1 /* Sone Main CSS File */
3 /* first, override some fproxy rules. */
4 #sone div, #sone span, #sone .post .time,#sone .post .delete,#sone .post .show-reply-form, input[type=text], textarea {
8 input[type=text], textarea {
12 border: solid 1px #ccc;
19 input[type=text].short {
28 background-color: #ddd;
43 /* now for the real stuff. */
58 #sone a, #sone a:link, #sone a:visited {
59 color: rgb(28, 131, 191);
61 text-decoration: none;
64 #sone a:active, #sone a:hover {
65 color: rgb(255, 172, 0);
73 color: rgb(255, 0, 0);
76 #sone a.internet:before {
80 #sone a.freenet:before {
84 #sone a.freenet-trusted {
85 color: rgb(0, 128, 0);
88 #sone a.freenet-trusted:before {
96 #sone #notification-area {
100 #sone #notification-area .notification {
102 border: solid 1px #ccc;
103 background-color: #ffffa0;
108 #sone #notification-area .notification button {
112 #sone #notification-area .notification .dismiss {
116 #sone #notification-area .notification .post-count {
120 #sone #notification-area .notification .mark-as-read {
124 #sone #notification-area .notification .hidden {
128 #sone #plugin-warning {
129 border: solid 0.5em red;
140 #sone .profile-link {
142 color: rgb(28, 131, 191);
145 #sone #profile.online .picture {
149 #sone #profile.offline .picture {
153 #sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link {
157 #sone #profile .edit-profile-link {
167 #sone #update-status {
171 #sone #update-status label, #sone #post-message label {
175 #sone #update-status input[type=text] {
179 #sone #update-status textarea {
183 #sone #update-status button {
187 #sone #update-status .select-sender, #sone .create-reply .select-sender, #sone #post-message .select-sender {
191 #sone #update-status .select-sender button, #sone #post-message .select-sender button {
205 #sone #edit-profile #birth-day, #sone #edit-profile #birth-month, #sone #edit-profile #birth-year {
210 #sone #edit-profile #birth-day input, #sone #edit-profile #birth-month input, #sone #edit-profile #birth-year input {
217 border-bottom: solid 1px #ccc;
222 background-color: #ffffa0;
231 #sone .post > .avatar {
235 #sone .post > .inner-part {
241 #sone .post .author, #sone .post .recipient {
246 #sone .post .text, #sone .post .raw-text {
248 white-space: pre-wrap;
251 #sone .post .text.hidden, #sone .post .raw-text.hidden {
255 #sone .post .status-line {
262 color: rgb(28, 131, 191);
265 #sone .show-source, #sone .show-reply-source {
273 #sone .post .bookmarks {
275 color: rgb(28, 131, 191);
278 #sone .post .bookmark, #sone .post .unbookmark {
289 #sone .post .delete, #sone .post .likes, #sone .post .like, #sone .post .unlike, #sone .post .trust, #sone .post .distrust, #sone .post .untrust {
295 #sone .post .likes.hidden {
299 #sone .post .like.hidden, #sone .post .unlike.hidden, #sone .post .trust.hidden, #sone .post .distrust.hidden, #sone .post .untrust.hidden, #sone .post .bookmark.hidden, #sone .post .unbookmark.hidden {
303 #sone .post .delete button, #sone .post .like button, #sone .post .unlike button, #sone .post .trust button, #sone .post .distrust button, #sone .post .untrust button, #sone .post .bookmark button, #sone .post .unbookmark button {
307 color: rgb(28, 131, 191);
312 #sone .post .delete button.confirm {
317 #sone .post .trust button {
318 color: rgb(0, 128, 0);
321 #sone .post .distrust button {
322 color: rgb(255, 0, 0);
325 #sone .post .untrust button {
326 color: rgb(64, 64, 64);
329 #sone .post .delete button:hover, #sone .post .like button:hover, #sone .post .unlike button:hover, #sone .post .trust button:hover, #sone .post .distrust button:hover, #sone .post .untrust button:hover, #sone .post .bookmark button:hover, #sone .post .unbookmark button:hover {
333 color: rgb(255, 172, 0);
337 #sone .post .likes span {
342 #sone .post .replies {
347 #sone .post .replies .click-to-show {
348 background-color: #f0f0ff;
354 #sone .post .replies .click-to-show.new {
355 background-color: #ffffa0;
358 #sone .post .reply > .avatar {
362 #sone .post .reply > .inner-part {
370 background-color: #f0f0ff;
376 #sone .post .reply.new {
377 background-color: #ffffa0;
380 #sone .post .reply .time {
387 #sone .post .show-reply-form {
391 #sone .post .show-reply-form span {
392 color: rgb(28, 131, 191);
397 #sone .post .show-reply-form span:hover {
398 color: rgb(255, 172, 0);
401 #sone .post .create-reply {
403 background-color: #f0f0ff;
407 #sone .post .create-reply input[type=text] {
412 #sone .post .create-reply textarea {
418 #sone .post .create-reply button {
422 #sone .create-reply .select-sender button, #sone #post-message .select-sender button {
429 background-color: #f0f0ff;
430 border: 1px solid #ccc;
431 margin-bottom: 0.5ex;
436 background-color: #f0fff0;
440 background-color: #ffffa0;
443 #sone .sone .profile-link {
447 #sone .sone .short-request-uri {
452 #sone .sone .unknown-marker, #sone .sone .download-marker, #sone .sone .insert-marker, #sone .sone .idle-marker, #sone .sone .modified-marker {
456 #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 {
459 border: solid 1px #ccc;
468 #sone .sone.idle.modified .idle-marker {
472 #sone .sone .last-update {
477 #sone .sone .modified-marker, #sone .sone .unknown-marker {
482 #sone .sone form.follow, #sone .sone form.unfollow, #sone .sone form.lock, #sone .sone form.unlock {
484 border: solid 1px #ccc;
493 #sone .sone form.follow button, #sone .sone form.unfollow button, #sone .sone form.lock button, #sone .sone form.unlock button {
495 color: rgb(28, 131, 191);
502 #sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover, #sone .sone form.lock button:hover, #sone .sone form.unlock button:hover {
504 color: rgb(255, 172, 0);
507 #sone .sone.locked form.lock, #sone .sone.unlocked form.unlock {
511 #sone .sone form.hidden {
515 #sone .sone .spacer {
519 #sone .profile-field, #sone #edit-profile button[type=submit], #sone #delete-profile-field {
523 #sone .profile-field .name {
528 #sone .profile-field .name.hidden {
532 #sone .profile-field button.confirm.edit {
537 #sone .profile-field button.cancel {
542 #sone .profile-field .value {
546 #sone #edit-profile .profile-field .value {
547 margin-left: inherit;
550 #sone .profile-field .edit-field-name, #sone .profile-field .move-up-field, #sone .profile-field .move-down-field, #sone .profile-field .delete-field-name {
560 #sone #search input[type=text] {
564 #sone #sone-results + #sone #post-results {
571 border-top: solid 1px #ccc;
578 #sone #tail #version-information {
582 #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea {
586 #sone #add-sone button {
594 #sone .navigation .first a, #sone .navigation .previous a, #sone .navigation .next a, #sone .navigation .last a, #sone .navigation .first span, #sone .navigation .previous span, #sone .navigation .next span, #sone .navigation .last span {
599 border: solid 1px #ccc;
600 background-color: #f0f0ff;
604 #sone .navigation .first, #sone .navigation .previous {
608 #sone .navigation .current-page, #sone .navigation .total-pages {
615 #sone .navigation .total-pages:before {
619 #sone .navigation .next, #sone .navigation .last {
624 font-family: inherit;
631 font-family: inherit;
642 #sone input.default {
646 #sone input[type=text].key {