This commit is contained in:
2026-09-12 10:10:34 +02:00
parent 217f1be72d
commit 53055ea5c6
35 changed files with 2261 additions and 138 deletions
+89 -2
View File
@@ -4782,6 +4782,29 @@ body.layout-legacy .scroll-to-bottom svg {
text-overflow: ellipsis;
}
.anon-tripcode {
font-family: monospace;
font-size: 0.82em;
font-weight: 600;
color: #00d2ff;
background: rgba(0, 210, 255, 0.08);
border: 1px solid rgba(0, 210, 255, 0.2);
padding: 1px 5px;
border-radius: 3px;
margin-left: 4px;
cursor: help;
user-select: all;
letter-spacing: 0.5px;
display: inline-block;
vertical-align: middle;
transition: background 0.15s ease, border-color 0.15s ease;
}
.anon-tripcode:hover {
background: rgba(0, 210, 255, 0.18);
border-color: rgba(0, 210, 255, 0.4);
}
.comment-time {
margin-right: 5px;
font-size: 0.8em;
@@ -11681,10 +11704,34 @@ html[theme="f0ck95d"] .badge-dark {
.steuerung {
font-size: large;
font-family: monospace;
user-select: none;
-webkit-user-select: none;
}
.steuerung a {
.steuerung a,
.steuerung button {
color: white;
display: inline-block;
vertical-align: middle;
text-decoration: none;
cursor: pointer;
transition: color 0.15s ease, transform 0.12s cubic-bezier(0.2, 0, 0, 1), opacity 0.15s ease;
}
.steuerung a:hover,
.steuerung button:hover {
color: var(--accent);
opacity: 0.85;
transform: translateY(-1px);
}
.steuerung a:active,
.steuerung button:active,
.steuerung a.is-clicked,
.steuerung button.is-clicked {
transform: scale(0.92) translateY(1px);
opacity: 0.65;
transition-duration: 0.05s;
}
.steuerung.steuerung-icon {
@@ -11698,7 +11745,7 @@ html[theme="f0ck95d"] .badge-dark {
align-items: center;
justify-content: center;
width: 1.6em;
transition: color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
transition: color 0.15s ease, transform 0.12s cubic-bezier(0.2, 0, 0, 1), opacity 0.15s ease;
background: none;
border: none;
padding: 0;
@@ -11709,6 +11756,35 @@ html[theme="f0ck95d"] .badge-dark {
.steuerung.steuerung-icon a:hover,
.steuerung.steuerung-icon button:hover {
color: var(--accent);
transform: translateY(-1px);
}
.steuerung.steuerung-icon a:active,
.steuerung.steuerung-icon button:active,
.steuerung.steuerung-icon a.is-clicked,
.steuerung.steuerung-icon button.is-clicked {
transform: scale(0.88) translateY(1px);
opacity: 0.65;
transition-duration: 0.05s;
}
html[theme='light'] .steuerung a,
html[theme='paper'] .steuerung a,
[theme='light'] .steuerung a,
[theme='paper'] .steuerung a {
color: var(--accent);
}
html[theme='light'] .steuerung a:hover,
html[theme='light'] .steuerung button:hover,
html[theme='paper'] .steuerung a:hover,
html[theme='paper'] .steuerung button:hover,
[theme='light'] .steuerung a:hover,
[theme='light'] .steuerung button:hover,
[theme='paper'] .steuerung a:hover,
[theme='paper'] .steuerung button:hover {
color: var(--accent);
opacity: 0.75;
}
html[theme='light'] .steuerung.steuerung-icon,
@@ -12166,6 +12242,17 @@ body > nav.navbar {
z-index: 10000 !important;
}
#nav-visitor-menu {
min-width: max-content;
width: max-content;
white-space: nowrap;
}
#nav-visitor-menu a {
white-space: nowrap;
padding: 7px 14px;
}
.nav-right-group .notif-dropdown,
#notif-dropdown {
left: auto;