Reflects (almost) everything on PikiDiary!
ReflectionDiary by wishstyles
Details
Authorwishstyles
LicenseNo License
Categorypikidiary.lol
Created
Updated
Size940 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ReflectionDiary
@version 20241123.22.05
@namespace https://userstyles.world/user/wishstyles
@description Reflects (almost) everything on PikiDiary!
@author wishstyles
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://pikidiary.lol/users/") {
.post-content, marquee, .profile-grid, button, a, textarea, select, img {
-webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}
}
@-moz-document url("https://pikidiary.lol/settings") {
button, a, p, img, marquee, button, select, small {
-webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}
}
@-moz-document url("https://pikidiary.lol/settings?tab=emotes") {
button, a, p, img, marquee, button, select, small, span, td, input {
-webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}
}