Initial commit
This commit is contained in:
@@ -0,0 +1,133 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/* theme: TO THE EXTREME - the only autist in the world */
|
||||
/* https://git.kiwifarms.net/CoffeeShits/kfcss */
|
||||
/* version: 0.100 */
|
||||
/* directions: apply over kf 2021 dark theme - ymmv with others */
|
||||
/* license: MIT+NIGGER https://plusnigger.autism.exposed/ */
|
||||
|
||||
/* theme */
|
||||
:root {
|
||||
--color-theme: #fdfe19;
|
||||
--color-theme-active: #fdfe19;
|
||||
--color-theme-diminished: #fdfe19;
|
||||
--color-theme-faded: #fdfe1966; /* running out of metaphors */
|
||||
}
|
||||
|
||||
.block--messages .message.hb-react-threadHighlight {
|
||||
border-top-color: var(--color-theme);
|
||||
}
|
||||
|
||||
.bbCodeBlock {
|
||||
border-left-color: var(--color-theme);
|
||||
}
|
||||
|
||||
.message-newIndicator.message-threadStarter {
|
||||
background-color: var(--color-theme);
|
||||
}
|
||||
|
||||
.XenBase .notice.notice--primary {
|
||||
border-color: var(--color-theme);
|
||||
}
|
||||
|
||||
a,
|
||||
.p-nav-list .p-navEl,
|
||||
.p-nav,
|
||||
.bbCodeBlock-title,
|
||||
.bbCodeBlock-expandLink a,
|
||||
.message-expandLink a,
|
||||
.messageNotice:before,
|
||||
.structItem-status--moderated::before,
|
||||
.structItem-status--attention::before,
|
||||
.message-cell .messageNotice a,
|
||||
.XenBase .block--messages .message .message-content a,
|
||||
.XenBase .block--messages .message .message-content .bbCodeBlock-title a,.XenBase .block--messages .message .message-content .bbCodeBlock-title a:hover,
|
||||
.fr-element a,
|
||||
.block-container .structItemContainer-group .is-unread .structItem-title a,
|
||||
.p-breadcrumbs--parent .p-breadcrumbs,
|
||||
.p-breadcrumbs--parent .p-breadcrumbs a,
|
||||
.XenBase label.iconic i,
|
||||
.XenBase .notice li a strong,
|
||||
.XenBase .notice li a b,
|
||||
.p-nav-scroller .hScroller-action,
|
||||
.node--unread .node-icon i:before,
|
||||
.reaction--1 .reaction-text,
|
||||
.pageNav-jump,
|
||||
.pageNav-page {
|
||||
color: var(--color-theme);
|
||||
}
|
||||
|
||||
a:hover,
|
||||
.p-nav-scroller .hScroller-action:hover,
|
||||
.p-navgroup-link:hover,
|
||||
.XenBase label.iconic:hover > input + i {
|
||||
color: var(--color-theme-active);
|
||||
}
|
||||
|
||||
.p-breadcrumbs--parent .p-breadcrumbs > li:after,
|
||||
.p-breadcrumbs li:first-of-type:before {
|
||||
color: var(--color-theme-diminished);
|
||||
}
|
||||
|
||||
.menu-linkRow.is-selected,
|
||||
.menu-linkRow:hover,
|
||||
.menu-linkRow:focus {
|
||||
color: var(--color-theme);
|
||||
}
|
||||
|
||||
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen):hover,
|
||||
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-link:hover,
|
||||
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-splitTrigger:hover,
|
||||
#shill .pairs--crypto,
|
||||
#shill .pairs--crypto.pairs--gold {
|
||||
/* the .pairs--gold elements have a slightly different background color, but i don't care. */
|
||||
background-color: var(--color-theme-faded);
|
||||
}
|
||||
|
||||
/* search tabs (fix very low contrast for active tab) */
|
||||
.tabs--standalone .tabs-tab.is-active {
|
||||
color: var(--color-theme-active);
|
||||
border-color: var(--color-theme-active);
|
||||
}
|
||||
.tabs--standalone .tabs-tab:hover {
|
||||
color: var(--color-theme);
|
||||
}
|
||||
|
||||
/* background image (down the road for results) */
|
||||
@media (min-width: 750px) {
|
||||
.xb-page-wrapper {
|
||||
backdrop-filter: saturate(0.22) contrast(0.94) brightness(0.74);
|
||||
}
|
||||
}
|
||||
|
||||
/* moderator (non-admin) (small brightness bump) */
|
||||
span.username--style55,
|
||||
span.username--style55:hover {
|
||||
color: #bcbcbc !important; /* reminder that !important is a symptom of being a nocode webnigger */
|
||||
text-shadow: 1px 0px 1px #45454599;
|
||||
}
|
||||
|
||||
/* RECORD LEVELS OF AUTISM (fix breadcrumbs vertical alignment, extra trailing separator) */
|
||||
.p-breadcrumbs {
|
||||
line-height: 1;
|
||||
}
|
||||
.p-breadcrumbs li:first-of-type:before {
|
||||
float: left;
|
||||
font-size: 0.95rem;
|
||||
vertical-align: baseline;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.p-breadcrumbs > li:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
.p-breadcrumbs--parent .p-breadcrumbs span {
|
||||
display: inline-block;
|
||||
}
|
||||
.p-breadcrumbs--parent {
|
||||
display: inline-block;
|
||||
margin-top: 0.25rem; /* crummy realignment to quote aside */
|
||||
}
|
||||
.p-breadcrumbs--parent .p-breadcrumbs > li:after {
|
||||
position: relative;
|
||||
left: -1px;
|
||||
}
|
||||
+138
@@ -0,0 +1,138 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/* theme: WASHED UP - excessive depressive ocean blue for kiwi farmers */
|
||||
/* https://git.kiwifarms.net/CoffeeShits/kfcss */
|
||||
/* version: 0.100 */
|
||||
/* directions: apply over kf 2021 dark theme - ymmv with others */
|
||||
/* license: MIT+NIGGER https://plusnigger.autism.exposed/ */
|
||||
|
||||
/* theme */
|
||||
:root {
|
||||
--color-theme: #a0a0af;
|
||||
--color-theme-active: #b0b0c3;
|
||||
--color-theme-diminished: #666678;
|
||||
--color-theme-faded: #66667848; /* running out of metaphors */
|
||||
}
|
||||
|
||||
.block--messages .message.hb-react-threadHighlight {
|
||||
border-top-color: var(--color-theme);
|
||||
}
|
||||
|
||||
.bbCodeBlock {
|
||||
border-left-color: var(--color-theme);
|
||||
}
|
||||
|
||||
.message-newIndicator.message-threadStarter {
|
||||
background-color: var(--color-theme);
|
||||
}
|
||||
|
||||
.XenBase .notice.notice--primary {
|
||||
border-color: var(--color-theme);
|
||||
}
|
||||
|
||||
a,
|
||||
.p-nav-list .p-navEl,
|
||||
.p-nav,
|
||||
.bbCodeBlock-title,
|
||||
.bbCodeBlock-expandLink a,
|
||||
.message-expandLink a,
|
||||
.messageNotice:before,
|
||||
.structItem-status--moderated::before,
|
||||
.structItem-status--attention::before,
|
||||
.message-cell .messageNotice a,
|
||||
.XenBase .block--messages .message .message-content a,
|
||||
.XenBase .block--messages .message .message-content .bbCodeBlock-title a,.XenBase .block--messages .message .message-content .bbCodeBlock-title a:hover,
|
||||
.fr-element a,
|
||||
.block-container .structItemContainer-group .is-unread .structItem-title a,
|
||||
.p-breadcrumbs--parent .p-breadcrumbs,
|
||||
.p-breadcrumbs--parent .p-breadcrumbs a,
|
||||
.XenBase label.iconic i,
|
||||
.XenBase .notice li a strong,
|
||||
.XenBase .notice li a b,
|
||||
.p-nav-scroller .hScroller-action,
|
||||
.node--unread .node-icon i:before,
|
||||
.reaction--1 .reaction-text,
|
||||
.pageNav-jump,
|
||||
.pageNav-page {
|
||||
color: var(--color-theme);
|
||||
}
|
||||
|
||||
a:hover,
|
||||
.p-nav-scroller .hScroller-action:hover,
|
||||
.p-navgroup-link:hover,
|
||||
.XenBase label.iconic:hover > input + i {
|
||||
color: var(--color-theme-active);
|
||||
}
|
||||
|
||||
.p-breadcrumbs--parent .p-breadcrumbs > li:after,
|
||||
.p-breadcrumbs li:first-of-type:before {
|
||||
color: var(--color-theme-diminished);
|
||||
}
|
||||
|
||||
.menu-linkRow.is-selected,
|
||||
.menu-linkRow:hover,
|
||||
.menu-linkRow:focus {
|
||||
color: var(--color-theme);
|
||||
}
|
||||
|
||||
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen):hover,
|
||||
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-link:hover,
|
||||
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-splitTrigger:hover,
|
||||
#shill .pairs--crypto,
|
||||
#shill .pairs--crypto.pairs--gold {
|
||||
/* the .pairs--gold elements have a slightly different background color, but i don't care. */
|
||||
background-color: var(--color-theme-faded);
|
||||
}
|
||||
|
||||
/* search tabs (fix very low contrast for active tab) */
|
||||
.tabs--standalone .tabs-tab.is-active {
|
||||
color: var(--color-theme-active);
|
||||
border-color: var(--color-theme-active);
|
||||
}
|
||||
.tabs--standalone .tabs-tab:hover {
|
||||
color: var(--color-theme);
|
||||
}
|
||||
|
||||
/* background image (down the road for results) */
|
||||
@media (min-width: 750px) {
|
||||
.xb-page-wrapper {
|
||||
backdrop-filter: saturate(0.22) contrast(0.94) brightness(0.74);
|
||||
}
|
||||
}
|
||||
|
||||
/* moderator (non-admin) (small brightness bump) */
|
||||
span.username--style55,
|
||||
span.username--style55:hover {
|
||||
color: #bcbcbc !important; /* reminder that !important is a symptom of being a nocode webnigger */
|
||||
text-shadow: 1px 0px 1px #45454599;
|
||||
}
|
||||
|
||||
/* logo (wash out) */
|
||||
.p-nav .p-nav-inner .p-nav-smallLogo {
|
||||
filter: hue-rotate(130deg) saturate(0.23);
|
||||
}
|
||||
|
||||
/* RECORD LEVELS OF AUTISM (fix breadcrumbs vertical alignment, extra trailing separator) */
|
||||
.p-breadcrumbs {
|
||||
line-height: 1;
|
||||
}
|
||||
.p-breadcrumbs li:first-of-type:before {
|
||||
float: left;
|
||||
font-size: 0.95rem;
|
||||
vertical-align: baseline;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.p-breadcrumbs > li:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
.p-breadcrumbs--parent .p-breadcrumbs span {
|
||||
display: inline-block;
|
||||
}
|
||||
.p-breadcrumbs--parent {
|
||||
display: inline-block;
|
||||
margin-top: 0.25rem; /* crummy realignment to quote aside */
|
||||
}
|
||||
.p-breadcrumbs--parent .p-breadcrumbs > li:after {
|
||||
position: relative;
|
||||
left: -1px;
|
||||
}
|
||||
Reference in New Issue
Block a user