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