decided to tweak the pikidiary layout to my liking! (looks great in dark mode too!)
weird ass pikidiary layout by miiarcus
Details
Authormiiarcus
LicenseNo License
Categoryhttps://pikidiary.lol/
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
should be fixed for the time being, i'm not as active as i used to be, so updates may arrive slow
Source code
/* ==UserStyle==
@name weird ass pikidiary layout
@version 20241231.17.38
@namespace https://userstyles.world/user/miiarcus
@description decided to tweak the pikidiary layout to my liking! (looks great in dark mode too!)
@author miiarcus
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://pikidiary.lol/posts/"), url-prefix("https://pikidiary.lol/@") {
/* i have no clue what i'm doing ok */
main {
max-width: 99.5%;
}
.prof-view {
display: flex;
flex-direction: row-reverse;
border-right: 1px #CCC dotted;
}
.bar {
border-right: 1px #CCC dotted;
padding-right: 8px;
width: 200px;
min-width: 200px;
}
.posts {
padding-left: 8px;
padding-right: 8px;
}
.post-box {
padding-left: 8px;
}
}
@-moz-document url-prefix("https://pikidiary.lol/settings") {
/* settings.,..,.,.,.,.,,., */
main {
max-width: 99.5%;
}
.prof-view {
display: flex;
flex-direction: row-reverse;
border-right: 1px #CCC dotted;
}
.bar {
border-right: 1px #CCC dotted;
padding-right: 8px;
}
.posts {
padding-left: 8px;
padding-right: 8px;
}
.post-box {
padding-left: 8px;
}
}
@-moz-document url-prefix("https://pikidiary.lol/live") {
/* live.,..,.,.,.,.,,., */
main {
max-width: 90%;
}
}
@-moz-document url-prefix("https://pikidiary.lol/") {
/* prototype header v2.,..,.,.,.,.,,., */
header {
background-color: #424242;
height: 26px;
margin-left: 0px;
margin-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
box-shadow: none;
box-sizing: unset;
color:white;
width: 96%;
}
}