It kinda bugged me that the fav button is now totally squeezed to the left side below the pictures, so I made this to center it again, plus making it a bit bigger. The 2nd part is to center the pictures of every post aswell if you want. I don't know much about CSS so I just put this together with the help of some online tutorials. It seems to work fine, but if someone knows a better code for this, please feel free to correct them.
Anyone know the code to hide the view count of a post?
That is put there by a userscript and not by Danbooru.
If you're using the DisplayPostInfo userscript (topic #15926), then post views can be disabled from the settings menu (My Account >> Settings >> Userscript Menus).
Is there a CSS that can further resize the image preview when using the Bookmarklet to upload images? Often, it feels pretty tedious to tag up front when the image has a large resolution. If the image preview was scaled down so that it is fully within view on the screen, it would make fully tagging an image from top to bottom before clicking submit much easier and less tedious.
Edit: Fredgido provided it for me, courtesy of Nonamethanks. Thank you.
Although the CSS works very well, there is also a slight problem that the resolution size listed below the image preview does not show the original image size. It can be displayed if I refresh the page, but that applies only if I upload from Twitter (not possible for Pixiv or Seiga).
Although the CSS works very well, there is also a slight problem that the resolution size listed below the image preview does not show the original image size. It can be displayed if I refresh the page, but that applies only if I upload from Twitter (not possible for Pixiv or Seiga).
Here is mine, it's dark but not black (material design like for Android and Google) and with green links, got the colors from https://flatuicolors.com/palette/defo
Add to favgroup dialog is broken recently on my phone, so I did this:
/* make add to favgroup dialog ui usable on Firefox Beta */
div.ui-dialog:nth-child(13) { width:300px !important; }
/* pad for mobile */
div#add-to-favgroup-dialog div { font-size: 1.5em; margin: 1em; }
Johnyyyz said:
Here is mine
I quite like this! I added #artist-commentary to the #nav-links, etc. selector.
I was wondering if the admin of the site (or just someone which has access to the html and css) could add a class to the TD on the tags page? Right now the css style is inline, like so:
<td style="background: linear-gradient(to left, #DDD 0.0%, white 0.0%)">1</td>
So it's not possible to change it and the background will therefore stay white, which is very annoying when you are using a dark theme :(
Not sure how you get in contact with an admin, can you guys help?