some 98 css additions

This commit is contained in:
2026-07-28 22:26:56 +02:00
parent 90ef78bbf3
commit 6e8ae2f7cb
2 changed files with 66 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/* 98.css framework - Scoped exclusively for f0ck98 theme */
git pu/* 98.css framework - Scoped exclusively for f0ck98 theme */
@font-face {
font-family: "Pixelated MS Sans Serif";
@@ -71,8 +71,6 @@ html[theme="f0ck98"] .btn {
box-sizing: border-box;
color: #000;
min-height: 23px;
min-width: 75px;
padding: 0 12px;
}
html[theme="f0ck98"] button.default,
@@ -337,3 +335,23 @@ html[theme="f0ck98"] ::-webkit-scrollbar-button:vertical:end {
height: 17px;
display: block;
}
html[theme="f0ck98"] .sidebar-activity .comment-content.has-overflow:not(.expanded) .comment-content-inner::after {
background: linear-gradient(to bottom, transparent, rgb(192, 192, 192));
}
html[theme="f0ck98"] .item-sidebar-right, .index-sidebar-right, .global-sidebar-right {
box-shadow: none!important;
}
html[theme="f0ck98"] .sidebar-activity .read-more-btn, .sidebar-activity .see-less-btn {
padding: 5px;
}
html[theme="f0ck98"] .modal-content p {
color: var(--black);
}
html[theme="f0ck98"] .drop-zone {
border: 2px dashed rgba(0, 0, 0, 0.2);
}