black/red theme for pikidiary
pikidiary black/red by leefylavish
Details
Authorleefylavish
LicenseNo License
Categoryhttps://pikidiary.lol
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
(toggle dark theme)
Source code
/* ==UserStyle==
@name pikidiary black/red
@namespace github.com/openstyles/stylus
@version 1.0.0
@description black/red theme for pikidiary
@author leefylavish
==/UserStyle== */
@-moz-document domain("pikidiary.lol") {
/* DARK THEME */
body.dark {
background-color: #000;
color: red;
}
body.dark main {
background-color: #000;
}
body.dark header {
border-bottom-color: red;
}
body.dark footer {
background-color: #333;
color: red;
}
body.dark .action-button {
background: linear-gradient(180deg, #8c0000 0%, red 100%);
color: #000;
border-color: red;
}
body.dark .action-button-gray {
background: linear-gradient(180deg, #2e2e2e 0%, #000 100%);
color: red;
border-color: red;
}
body.dark .tab.active {
font-weight: bold;
border-bottom-color: red;
}
body.dark .post-header {
color: red;
}
body.dark .posts {
background: #000;
}
body.dark .bar {
background: #000;
border-left: 1px red dotted;
}
body.dark .profile-grid-label {
font-size: 13px;
margin-top: 8px;
padding-top: 7px;
border-top: 1px red solid;
}
body.dark .post-box button {
background: linear-gradient(180deg, #2e2e2e 0%, #000 100%);
border: red 1px solid;
border-radius: 3px;
color: red;
}
body.dark .avatar {
width: 100%;
box-sizing: border-box;
border: 1px red solid;
padding: 2px;
background-clip: content-box;
}
body.dark .avatar-small {
box-sizing: border-box;
border: 1px red solid;
padding: 2px;
background-clip: content-box;
}
body.dark .info {
background-color: #000;
}
body.dark .post-content {
background-color: #000;
border: 1px red solid
}
body.dark .prof-view {
background-color: #000;
}
body.dark .post-button {
color: red;
}
body.dark .post-name {
color: red;
}
body.dark .post-box {
background-color: #000;
}
body.dark .tab-content {
background-color: #000;
}
body.dark a {
color: red;
}
body.dark .posts a:visited {
color: #8c0000;
}
}
body.dark .bio a:visited {
color: #8c0000;
}