OLED background for PikiDiary!
PikiDiary OLED by wishstyles
Details
Authorwishstyles
LicenseGPL-3.0
Categorypikidiary.lol
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Some pages may be broken! Please make an issue in the GitHub repository or email wishyt@proton.me
Source code
/* ==UserStyle==
@name PikiDiary OLED
@version 20241103.18.07
@namespace https://userstyles.world/user/wishstyles
@description OLED background for PikiDiary!
@author wishstyles
@license GPL-3.0
==/UserStyle== */
/* ==UserStyle==
@name PikiDiary OLED Background
@namespace github.com/openstyles/stylus
@version 2.1
@description OLED background for PikiDiary!
@author Wish
==/UserStyle== */
@-moz-document url-prefix("https://pikidiary.lol/users/"), url-prefix("https://pikidiary.lol/posts/") {
body, .dark, .action-button-gray, .tabs, .bar, .post-box, header, .action-button-gray, main, .bio, .info, .tab-content, .post-content, footer, .post-name, .posts {
background-image: url("https://f.feridinha.com/lZf92.png");
}
/* backgrounds update has removed the full functionality, if you would like it back set your background as https://f.feridinha.com/lZf92.png */
}
@-moz-document url("https://pikidiary.lol/") {
body {
background-image: url("https://f.feridinha.com/lZf92.png");
}
b, div {
color:white
}
}
@-moz-document url("https://pikidiary.lol/settings") {
body, main, footer {
background-image: url("https://f.feridinha.com/lZf92.png");
}
}
@-moz-document url("https://pikidiary.lol/login") {
body {
background-image: url("https://f.feridinha.com/lZf92.png");
}
.logo > a {
content: url("https://pikidiary.lol/img/nikki-dark.svg")
}
span, label {
color:white
}
}
@-moz-document url("https://pikidiary.lol/signup") {
body {
background-image: url("https://f.feridinha.com/lZf92.png");
}
.logo > a {
content: url("https://pikidiary.lol/img/nikki-dark.svg")
}
label, span {
color:white
}
}