Adds a small reminder to include an ID
Image Description Reminder by captainharrie
Details
Authorcaptainharrie
LicenseNo License
Categorytumblr.com
Created
Updated
Size567 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
IDs on tumblr are generally not very good, I recommend reading this article for some tips: https://www.jmu.edu/ods/calm/describe-images/alt-text/how-to-write-a-good-image-description.shtml
Remember: complete, concise, contextual. you don't need to describe every extraneous detail, just the important pieces needed to understand the image.
anyway i keep forgetting to include IDs on tumblr when I don't on other platforms, so I decided to add a little note on the side for myself when I add an image.
Source code
/* ==UserStyle==
@name Image Description Reminder
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Adds a small reminder to include an ID
@author Harrie
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.is-selected.wp-block-tumblr-image-set::after, .oDBam figure.is-selected::after {content:"don't forget the image description!"; font-size:1.2em;opacity:0.4;position:absolute;right:0;transform:translatex(calc(100% + 15px));width:min-content;}
.mpTcw[alt="Image"] {
border: 4px dashed;
}
}