some 98 css additions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user