If you talk to me, it can happen that I take more than a week to read it, and maybe a lot more. And I could think "Oh ... it's too late to respond to that." .
My visit frequency is random. I don't know how long at most a break of use of this website could last.
I'm not a native English speaker, so I could do mistakes here and there. Sorry for that.
I'm not interested in fur or feathers. I know that the website was made for "furries". I consider furries to be anthro with fur. The website accept more than that.
For now I have never uploaded new posts to the website. I am mainly correcting and completing list of tags of posts and improving wiki pages.
I won't give any information about who I am or anything not related to e621.
Here is some custom CSS I have made for the website. Anyone can copy them or part of it and use in his account settings :
/* Colors */ body { background-color: #252525; --color-background: #252525; --color-foreground: #414141; --color-foreground-darken: #333; --color-section: #595959; --color-section-lighten-5: #6c6c6c; --color-section-lighten-10: #777; --color-dtext-section: #999; } /* Header (old) */ header#top menu.main, footer#page-footer { background-color: #373737; } header#top menu, header#top menu.main li.current a { background-color: var(--color-section); } /* Header search */ .navigation input { background-color: var(--color-foreground-darken); } /* Footer : remove background. Everywhere and first page */ footer.footer-wrapper, .home-footer-bottom { background: none; } /* Page listing (end of content) */ /* Make selected page clearer */ nav.pagination .page.current { font-weight: bold; background-color: var(--color-section-lighten-5); } /* Inputs place */ /* Change default */ input, textarea, textarea:focus, select { background-color: var(--color-foreground); color: var(--color-text); border: 1px solid var(--color-section); border-radius: 0.4em; } /* Use the good text color for char limit in text edition */ .dtext-formatter[data-editing="true"] .dtext-formatter-charcount { color: var(--color-text); } /* Input from left sidebar (.search and .sidebar in list and #sidebar in content) */ .search textarea, .sidebar select, #sidebar textarea { background-color: var(--color-foreground-darken); } /* Other (old) */ article.post-preview .desc, div#c-posts div.nav-notice, .comment-post-grid, div#c-posts div.notice.notice-child, div#c-posts div.notice.notice-parent, div#c-users div#a-show .profile-stats, div#c-posts div#a-show .pool-nav, div#c-posts div#a-show .set-nav, div#c-posts div.notice.notice-pending, table.striped thead tr, table.table thead tr, .ui-widget-content, .desc { background-color: var(--color-section); } div.related-tags { background-color: var(--color-foreground); } table.striped tbody tr, table.table tbody tr { background-color: #4d4d4d; border-bottom: 1px solid #aaa; } table.striped tbody tr:hover, table.table tbody tr:hover { background-color: #5e5e5e; } .styled-dtext blockquote, .styled-dtext div.expandable, .styled-dtext details, .styled-dtext pre { background: linear-gradient(#7d7d7d, #575757); } .button.btn-neutral, .button.score-neutral { background: linear-gradient(#7b7b7b, #4f4e4e); } .button.btn-neutral:hover, .button.score-neutral:hover { background: linear-gradient(#8e8e8e, #515151); } div#notice { border: 2px solid #919191; } div#c-posts div.notice.notice-resized, div#c-posts div.notice.notice-child, div#c-posts div.notice.notice-parent { border: 0px; } .box-section { background: none; }
/* Align at center pages restricted to left */ /* #a-site-map in "More", .theme-form and .theme-variable-form for "theme settings", #a-terms-of-service in "Rules" */ #a-site-map, .theme-form, .theme-variable-form, #a-terms-of-service { margin-left: auto; margin-right: auto; } /* user settings page, and email change */ #c-users #a-edit, #c-maintenance-user-email-changes #a-new { display:grid; place-content:center; } /* connexion page */ #c-sessions #a-new { place-content: center; } /* Shortcuts page (create centered grid) */ #a-keyboard-shortcuts { display: grid; grid-template-columns: repeat(5, max-content); place-content: center; } /* Make h1 take full line of Shortcuts grid */ #a-keyboard-shortcuts > h1 { grid-column: 1 / -1; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
I need to continue cutting this css into parts.
Links that I think important to know about :