This commit is contained in:
2026-09-05 01:30:24 +02:00
parent 90e515af8a
commit a5c45d693a
16 changed files with 48 additions and 49 deletions
+4 -12
View File
@@ -1,14 +1,11 @@
/* =============================================
f0ckm.css - Unified Stylesheet
Merged: f0ck.css + w0bm.css + view styles
============================================= */
/* f0ckwork omega */
/* originally written by sirx for f0ck.me */
/* heavily modified for f0ckm by Kibi Kelburton */
/* use whatever you like */
/* once upon a time this was a stiefelstrapse! but no more! */
/* This used to be a soulful attempt but ended up in being artificially enhanced! */
:root {
--white: #fff;
--black: #000;
@@ -1087,9 +1084,6 @@ html[theme='light'] button,
html[theme='light'] .btn,
html[theme='paper'] button,
html[theme='paper'] .btn {
background: #ffffff;
color: #334155;
border: 1px solid #cbd5e1;
}
html[theme='light'] button:hover,
@@ -10834,8 +10828,6 @@ body.layout-legacy .comment-content img.emoji {
filter: brightness(1.2);
}
/* === SITE OVERRIDES (formerly w0bm.css) === */
.navbar-brand {
display: grid;
grid-template-columns: 1fr auto;
@@ -11009,9 +11001,9 @@ html[theme="f0ck95"] .embed-responsive.embed-responsive-16by9 {
background-color: transparent;
}
.v0ck_player_controls {
/* .v0ck_player_controls {
background: rgba(0, 0, 0, 0.10) !important;
}
} */
html[theme="term"] .image-brand {
filter: hue-rotate(-50deg);
+2 -2
View File
@@ -106,7 +106,7 @@
}
.v0ck_player_button svg:hover {
filter: drop-shadow(0 0 9px var(--accent));
filter: drop-shadow(0 0 1px var(--accent));
fill: #000;
stroke: var(--accent);
stroke-width: 30px;
@@ -132,7 +132,7 @@
padding: 0;
align-items: center;
z-index: 2;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 100%);
transition: opacity .3s, transform .3s;
flex-wrap: wrap;
transform: translateY(100%) translateY(-3px);