Peaches theme for pixiv
Peachuri for Pixiv by peachuri
Details
Authorpeachuri
LicenseCC0
CategoryFruit colors
Created
Updated
Size2.6 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 Peachuri for Pixiv
@version 20211127.23.28
@namespace userstyles.world/user/peachuri
@description Peaches theme for pixiv
@author peachuri
@license CC0
==/UserStyle== */
@-moz-document domain("www.pixiv.net") {
.jsdPpO {
background: rgb(255, 197, 158) none repeat scroll 0% 0%;
background-image:url(https://cdn.wallpapersafari.com/37/24/shKGXz.jpg) /*BACKGROUND COLOR */
}
.biNiqG {
background-color: rgb(255, 191, 162);/*UPPER TAB COLOR */
}
.gDrSJT {
background-color: #ffba8c; /*SIDE TAB COLOR */
}
/*[=====================================]*/
/*TRANSPARENT PARTS*/
.eRjnRp {
background-color: rgba(255, 255, 255, 0);
}
.fhfEoV {
background-color: rgba(255, 166, 145, 0);
}
/*[=====================================]*/
.kbVxec {/*Profile wide picture*/
border-radius: 25px;
}
/*[========SIDE BAR ICONS & TEXTS=======]*/
.bhpzgD {
color: rgb(0, 120, 248);
background-color: rgba(75, 245, 191, .56);
}
/*[=====================================]*/
/*[=====================================]*/
/*[========Subscriptions=======]*/
.jgRaKg {
color: rgb(255, 255, 255);
font-weight:bold;
}
.itSEaW {
background: #0000003b;
border-radius: 25px;
padding: 1rem;
margin-bottom: 1rem;
}
.kdpxnx {
color: rgb(255, 252, 252);
background-color: rgba(85, 156, 255, .92);
}
/*[=====================================]*/
/*[========SIDE BAR ICONS & TEXTS=======]*/
.dtXotd {
color: rgb(19, 19, 19); /*TEXT COLOR */
}
.jIVgCa {
color: rgb(255, 88, 88); /*ICONS COLOR*/
}
.dFAZjt {
background-color: rgba(255, 151, 46, .7);
color: rgb(28, 118, 0);
}
/*[=====================================]*/
/*[========DISCOVER BACKGROUND=======]*/
.kBWrTb {
background: rgb(254, 186, 186) none repeat scroll 0% 0%;
background-image: url(https://cdn.wallpapersafari.com/37/24/shKGXz.jpg);
}
/*[=====================================]*/
/*[========UPPERBAR STUFF=======]*/
.dlaIss {
color: rgb(0, 0, 0); /*SEARCH ICON COLOR*/
}
.cjCGts {
color: rgb(255, 123, 0); /*ICONS COLOR*/
cursor: pointer;
}
/*[=====================================]*/
/*[========MISCELANEOUS======]*/
.jtUPOE {
list-style: outside none none;
outline: line;
outline-color: #ff7000; /*Sections separator outline color*/
}
/*[=====================================]*/
/*[=======IMAGE HOVERING EFFECT========]*/
.fGjAxR .sc-rp5asc-10{
opacity:1;
scale: 1.2;
transition: ease-in;
transition-duration: .2s;
}
.fGjAxR:hover .sc-rp5asc-10{
opacity:.9;
scale: 1;
}
/*[=====================================]*/
}