Skip to content

weird ass pikidiary layout by miiarcus

Details

Authormiiarcus

LicenseNo License

Categoryhttps://pikidiary.lol/

Created

Updated

Size781 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

decided to tweak the pikidiary layout to my liking! (looks great in dark mode too!)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         pikidiary BG addon
@version      20240912.19.13
@namespace    https://userstyles.world/user/miiarcus
@description  Adds background support to pikidiary. Quickly thrown together during a study hall.
@author       miiarcus
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://pikidiary.lol/posts/"), url-prefix("https://pikidiary.lol/users/") {
/* 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;
}
}

Reviews

No reviews yet.