Share your custom CSS and JS for bunkerchan settings. Here's mine:
CSS
// Better readability on wide screens
.divMessage {
max-width: 80em;
}
// Hide ugly green borders in default theme
#divLatestPosts .latestPostCell, .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell, .catalogCell {
border: none;
}
hr, input, select, textarea, #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset, input[type=button], input[type=submit], button, .dropzone, .selectedCell, #postingForm th, .modalTableBody th {
border-color: #444;
}
// Differentiate pdf/epub thumbnails from webm/mp4
.uploadCell a[href$=".pdf"] img, .uploadCell a[href$="epub+zip"] img {
Message too long. Click
here
to view full text.
Edited last time by antious666 on 09/11/2020 (Fri) 22:18:37.
28 posts and 4 images omitted.