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 {
92 #sone a.in-page-link:before {
100 #sone #main.offline {
104 #sone #offline-marker {
111 background-image: url("../images/sone-offline.png");
114 #sone #notification-area {
118 #sone #notification-area .notification {
120 border: solid 1px #ccc;
121 background-color: #ffffa0;
126 #sone #notification-area .notification button {
130 #sone #notification-area .notification .dismiss {
134 #sone #notification-area .notification .post-count {
138 #sone #notification-area .notification .mark-as-read {
142 #sone #notification-area .notification .hidden {
146 #sone #notification-area #local-post-notification, #sone #notification-area #local-reply-notification {
150 #sone #plugin-warning {
151 border: solid 0.5em red;
162 #sone .profile-link {
164 color: rgb(28, 131, 191);
167 #sone #profile.online .picture {
171 #sone #profile.offline .picture {
175 #sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link {
179 #sone #profile .edit-profile-link {
189 #sone #update-status {
193 #sone #update-status label, #sone #post-message label {
197 #sone #update-status input[type=text] {
201 #sone #update-status textarea {
205 #sone #update-status button {
209 #sone #update-status .select-sender, #sone .create-reply .select-sender, #sone #post-message .select-sender {
213 #sone #update-status .select-sender button, #sone #post-message .select-sender button {
227 #sone #edit-profile #birth-day, #sone #edit-profile #birth-month, #sone #edit-profile #birth-year {
232 #sone #edit-profile #birth-day input, #sone #edit-profile #birth-month input, #sone #edit-profile #birth-year input {
239 border-bottom: solid 1px #ccc;
245 background-color: #ffffa0;
254 #sone .post .sone-menu {
261 background-color: rgb(255, 255, 224);
262 border: solid 1px rgb(0, 0, 0);
266 #sone .post .sone-menu .avatar {
271 #sone .post .sone-menu .inner-menu {
277 #sone .sone-menu .follow, #sone .sone-menu .unfollow {
281 #sone .post > .avatar {
285 #sone .post > .inner-part {
291 #sone .post .author, #sone .post .recipient {
296 #sone .post .author-wot-link {
300 #sone .post .text, #sone .post .raw-text, #sone .post .short-text {
302 white-space: pre-wrap;
303 word-wrap: break-word;
306 #sone .post .text.hidden, #sone .post .raw-text.hidden, #sone .post .short-text.hidden {
310 #sone .post .expand-post-text:before, #sone .post .expand-reply-text:before {
314 #sone .post .shrink-post-text:before, #sone .post .shrink-reply-text:before {
318 #sone .post .shrink-post-text {
322 #sone .post .status-line {
329 color: rgb(28, 131, 191);
332 #sone .show-source, #sone .show-reply-source {
340 #sone .post .bookmarks {
342 color: rgb(28, 131, 191);
345 #sone .post .bookmark, #sone .post .unbookmark {
356 #sone .post .delete, #sone .post .likes, #sone .post .like, #sone .post .unlike, #sone .post .trust, #sone .post .distrust, #sone .post .untrust {
362 #sone .post .likes.hidden {
366 #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 {
370 #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 {
374 color: rgb(28, 131, 191);
379 #sone .post .delete button.confirm {
384 #sone .post .trust button {
385 color: rgb(0, 128, 0);
388 #sone .post .distrust button {
389 color: rgb(255, 0, 0);
392 #sone .post .untrust button {
393 color: rgb(64, 64, 64);
396 #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 {
400 color: rgb(255, 172, 0);
404 #sone .post .likes span {
409 #sone .post .replies {
414 #sone .post .replies .click-to-show {
415 background-color: #f0f0ff;
421 #sone .post .replies .click-to-show.new {
422 background-color: #ffffa0;
425 #sone .post .reply > .avatar {
429 #sone .post .reply > .inner-part {
438 background-color: #f0f0ff;
443 #sone .post .reply .inner-part {
447 #sone .post .reply.new {
448 background-color: #ffffa0;
451 #sone .post .reply .time {
458 #sone .post .show-reply-form {
462 #sone .post .show-reply-form span {
463 color: rgb(28, 131, 191);
468 #sone .post .show-reply-form span:hover {
469 color: rgb(255, 172, 0);
472 #sone .post .create-reply {
474 background-color: #f0f0ff;
478 #sone .post .create-reply input[type=text] {
483 #sone .post .create-reply textarea {
489 #sone .post .create-reply button {
493 #sone .create-reply .select-sender button, #sone #post-message .select-sender button {
500 background-color: #f0f0ff;
501 border: 1px solid #ccc;
502 margin-bottom: 0.5ex;
507 background-color: #f0fff0;
511 background-color: #ffffa0;
514 #sone .sone .profile-link {
518 #sone .sone .sone-stats {
522 #sone .sone .short-request-uri {
527 #sone .sone .unknown-marker, #sone .sone .download-marker, #sone .sone .insert-marker, #sone .sone .idle-marker, #sone .sone .modified-marker {
531 #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 {
534 border: solid 1px #ccc;
543 #sone .sone.idle.modified .idle-marker {
547 #sone .sone .last-update {
552 #sone .sone .modified-marker, #sone .sone .unknown-marker {
557 #sone .sone form.follow, #sone .sone form.unfollow, #sone .sone form.lock, #sone .sone form.unlock {
559 border: solid 1px #ccc;
568 #sone .sone form.follow button, #sone .sone form.unfollow button, #sone .sone form.lock button, #sone .sone form.unlock button {
570 color: rgb(28, 131, 191);
577 #sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover, #sone .sone form.lock button:hover, #sone .sone form.unlock button:hover {
579 color: rgb(255, 172, 0);
582 #sone .sone.locked form.lock, #sone .sone.unlocked form.unlock {
586 #sone .sone form.hidden {
590 #sone .sone .spacer {
594 #sone .profile-field, #sone #edit-profile button[type=submit], #sone #delete-profile-field {
598 #sone .profile-field .name {
603 #sone .profile-field .name.hidden {
607 #sone .profile-field button.confirm.edit {
612 #sone .profile-field button.cancel {
617 #sone .profile-field .value {
621 #sone #edit-profile .profile-field .value {
622 margin-left: inherit;
625 #sone .profile-field .edit-field-name, #sone .profile-field .move-up-field, #sone .profile-field .move-down-field, #sone .profile-field .delete-field-name {
635 #sone #search input[type=text] {
639 #sone #sone-results + #sone #post-results {
646 border-top: solid 1px #ccc;
653 #sone #tail #version-information {
657 #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea {
661 #sone #add-sone button {
669 #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 {
674 border: solid 1px #ccc;
675 background-color: #f0f0ff;
679 #sone .navigation .first, #sone .navigation .previous {
683 #sone .navigation .current-page, #sone .navigation .total-pages {
690 #sone .navigation .total-pages:before {
694 #sone .navigation .next, #sone .navigation .last {
699 font-family: inherit;
706 font-family: inherit;
717 #sone input.default {
721 #sone input[type=text].key {
736 #sone #sort-options {