diff --git a/public/s/css/98.css b/public/s/css/98.css index 0609ce7..ff80d62 100644 --- a/public/s/css/98.css +++ b/public/s/css/98.css @@ -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); +} \ No newline at end of file diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index a99c000..eec6f85 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -4275,6 +4275,51 @@ html[theme="f0ck98"] .quote-btn:hover i { color: #000080 !important; } +/* Navigation Controls (.steuerung) */ +html[theme="f0ck98"] .steuerung a, +html[theme="f0ck98"] .steuerung button, +html[theme="f0ck98"] .steuerung.steuerung-icon a, +html[theme="f0ck98"] .steuerung.steuerung-icon button { + background: silver !important; + color: #000000 !important; + border: none !important; + border-radius: 0 !important; + box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf !important; + box-sizing: border-box !important; + display: inline-flex !important; + align-items: center !important; + justify-content: center !important; + min-height: 23px !important; + min-width: 28px !important; + width: auto !important; + padding: 2px 8px !important; + text-decoration: none !important; + cursor: pointer !important; +} + +html[theme="f0ck98"] .steuerung a:active, +html[theme="f0ck98"] .steuerung button:active, +html[theme="f0ck98"] .steuerung.steuerung-icon a:active, +html[theme="f0ck98"] .steuerung.steuerung-icon button:active { + box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey !important; +} + +html[theme="f0ck98"] .steuerung a:hover, +html[theme="f0ck98"] .steuerung button:hover, +html[theme="f0ck98"] .steuerung.steuerung-icon a:hover, +html[theme="f0ck98"] .steuerung.steuerung-icon button:hover { + color: #000080 !important; +} + +html[theme="f0ck98"] .steuerung.steuerung-icon .fa-solid { + color: #000000; +} + +html[theme="f0ck98"] .steuerung.steuerung-icon a:hover .fa-solid, +html[theme="f0ck98"] .steuerung.steuerung-icon button:hover .fa-solid { + color: #000080; +} + /* Badges & Tags */ html[theme="f0ck98"] .badge, html[theme="f0ck98"] .badge-light,