pikidiary but PINK
꒰ pikidiary ꒱ by parfaitangel
Details
Authorparfaitangel
LicenseNo License
Categorypikidiary
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ꒰ pikidiary ꒱
@version 20250119.18.37
@namespace https://userstyles.world/user/cattie
@author cattie
==/UserStyle== */
@-moz-document url-prefix("https://pikidiary.lol") {
body {
background: url("https://i.imgur.com/odtsGAx.gif");
background-repeat: repeat;
background-size: 50px;
font-family: "rainyhearts";
color: #af8f8b;
}
* {
cursor: url(https://i.postimg.cc/ryHZvFbw/Normal-Select-3.png), auto !important;
font-family: "rainyhearts";
}
::selection {
text-shadow: 1px 1px #ffc6d8;
color: #cbb0ad;
}
@font-face {
font-family: "rainyhearts";
src: url("https://dl.dropbox.com/scl/fi/h36czkffvj9slskg2k4r4/rainyhearts.ttf?rlkey=8dek5d1ybbcbsomylxfo1g57r&st=5n5pybzl&dl=0") format("OpenType");
font-weight: normal;
font-style: normal;
}
.ping, .post-content > span > a {
color: #ffc6d8 !important;
}
.post-name {
text-shadow: 1px 1px #ffc6d8;
color: #af8f8b;
}
.post-button, .tab, .char-counter {
color: #af8f8b;
}
.tab.active {
border-bottom-color: #ffc6d8;
}
::placeholder {
color: #cbb0ad;
}
.post-box > form > textarea {
color: #af8f8b;
resize: none;
outline: none;
border: 1px dotted #ffc6d8;
border-radius: 2px;
}
.post-box > form > textarea:focus {
border: 1px solid #ffc6d8;
}
.post-content {
background-color: white;
}
.avatar, .avatar-small, .post-content img {
border-radius: 3px;
border: 1px dotted #ffc6d8 !important;
}
.button, .action-button {
background: #ffe7ef;
color: #af8f8b;
padding: 4px;
border: 1px dotted #ffc6d8 !important;
transition-duration: 0.6s;
}
.button:hover, .action-button:hover{
background: #ffc6d8;
color: #af8f8b;
padding: 4px;
border: 1px dotted #ffc6d8 !important;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: #ffc6d8;
border-radius: 3px;
}
::-webkit-scrollbar-thumb {
background-color: #ffc6d8;
border-radius: 3px;
}
::-webkit-scrollbar-track {
background-color: #ffe7ef;
border-radius: 3px;
}
}