f0ckv2/public/s/css/f0ck.css

2845 lines
58 KiB
CSS
Raw Normal View History

/* f0ckwork omega */
2021-04-17 08:43:23 +00:00
/* written by sirx for f0ck.me */
/* use whatever you like */
/* once upon a time this was a stiefelstrapse! but no more! */
/* Licensed under wtfpl */
2021-04-17 17:55:25 +00:00
html[theme='f0ck'] {
2023-05-03 02:53:22 +00:00
--accent: #9f0;
--bg: #171717;
--black: #000;
--white: #fff;
--gray: #262626;
--nav-bg: #2b2b2b;
--nav-brand-border: inset 1px #242424;
--nav-brand-bg: #171717;
--navigation-links-bg: #2b2b2b;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #333;
--nav-border-color: rgba(255, 255, 255, .05);
--dropdown-bg: #232323;
--dropdown-item-hover: #0d0d0d;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: #2b2b2b;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #333;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: #2b2b2b;
--badge-bg: #171717;
--posts-meta-bg: #000000b8;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--badge-tag: #090909;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
--footbar-color: #9f0;
--loading-indicator-color: #9f0;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:31:41 +00:00
--maximize_button: #9f0;
2021-04-17 08:43:23 +00:00
}
2022-05-06 12:20:11 +00:00
html[theme="f0ck"] .admin-search button {
2023-05-03 02:53:22 +00:00
color: var(--black) !important;
2022-05-06 12:20:11 +00:00
}
html[theme="f0ck"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="f0ck"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="f0ck"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--black);
}
2021-04-17 08:43:23 +00:00
html[theme='p1nk'] {
2023-05-03 02:53:22 +00:00
--accent: #ff00d0;
--bg: #171717;
--black: #000;
--white: #fff;
--gray: #262626;
--nav-bg: #2b2b2b;
--nav-brand-border: inset 1px #242424;
--nav-brand-bg: #171717;
2023-05-20 14:59:02 +00:00
--navigation-links-bg: #201f1f;
2023-05-03 02:53:22 +00:00
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #333;
--dropdown-bg: #232323;
--dropdown-item-hover: #0d0d0d;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-20 14:59:02 +00:00
--pagination-background: #201f1f;
2023-05-03 02:53:22 +00:00
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
;
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #333;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--badge-bg: #171717;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--badge-tag: #090909;
--metadata-bg: #2b2b2b;
--posts-meta-bg: #000000b8;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
--footbar-color: #ff00d0;
--loading-indicator-color: #ff00d0;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:31:41 +00:00
--maximize_button: #ff00d0;
}
html[theme="p1nk"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="p1nk"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="p1nk"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--black);
}
2021-04-17 08:43:23 +00:00
html[theme='orange'] {
2023-05-03 02:53:22 +00:00
--accent: #ff6f00;
--bg: #171717;
--black: #000;
--white: #fff;
--gray: #262626;
--nav-bg: #2b2b2b;
--nav-brand-border: inset 1px #242424;
--nav-brand-bg: #171717;
--navigation-links-bg: #2b2b2b;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #333;
--dropdown-bg: #232323;
--dropdown-item-hover: #0d0d0d;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: #2b2b2b;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #333;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: #2b2b2b;
--badge-bg: #151515;
--posts-meta-bg: #000000b8;
--badge-tag: #090909;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
--footbar-color: #ff6f00;
--loading-indicator-color: #ff6f00;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:31:41 +00:00
--maximize_button: #ff6f00;
}
html[theme="orange"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="orange"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="orange"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--black);
user-select: none;
}
2021-04-17 08:43:23 +00:00
html[theme='amoled'] {
2023-05-03 02:53:22 +00:00
--accent: #fff;
--bg: #000;
--black: #000;
--white: #fff;
--gray: #2f2d2d;
--nav-bg: #000;
--nav-brand-border: inset 1px #242424;
--nav-brand-bg: #000;
--navigation-links-bg: #000;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgb(92, 92, 92), inset 0 1px rgb(92, 92, 92), inset 0 -1px rgb(92, 92, 92), 0 1px 1px rgba(92, 92, 92, 0);
--nav-link-hover-bg: #6a6a6a70;
--nav-border-color: rgba(255, 255, 255, .05);
--dropdown-bg: #232323;
--dropdown-item-hover: #0d0d0d;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: #000;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0px rgba(255, 255, 255, 0), inset 0 0px rgba(248, 248, 248, 0), 0 0px 0px rgba(255, 255, 255, 0);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgb(92, 92, 92), inset 0 1px rgb(92, 92, 92), inset 0 -1px rgb(92, 92, 92), 0 1px 1px rgba(92, 92, 92, 0);
--pagination-background-hover: #6a6a6a70;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: #000;
--badge-bg: #000;
--posts-meta-bg: #000000b8;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--badge-tag: #1a1a1a;
--scrollbar-color: #1d1c1c;
--scroller-bg: #424242;
--footbar-color: #fff;
--loading-indicator-color: #fff;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:41:12 +00:00
--maximize_button: #fff;
2021-04-17 08:43:23 +00:00
}
2021-04-17 17:55:25 +00:00
2022-05-18 15:58:14 +00:00
html[theme="amoled"] .metadata {
2023-05-03 02:53:22 +00:00
border: none;
2022-05-18 15:58:14 +00:00
}
html[theme="amoled"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="amoled"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="amoled"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--black);
}
2022-05-06 12:20:11 +00:00
html[theme="amoled"] .admin-search button {
2023-05-03 02:53:22 +00:00
color: var(--black) !important;
2022-05-06 12:20:11 +00:00
}
html[theme="amoled"] table.table tbody tr:nth-of-type(2n+1) a {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
text-decoration: underline;
2022-05-06 12:20:11 +00:00
}
html[theme="amoled"] table.table tbody tr:nth-of-type(2n+1) {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
2022-05-06 12:20:11 +00:00
}
html[theme="amoled"] table.table a {
2023-05-03 02:53:22 +00:00
text-decoration: underline;
2022-05-06 12:20:11 +00:00
}
html[theme="amoled"] .badge.badge-dark {
box-shadow: 1px 1px 1px var(--gray);
}
2021-04-22 02:12:40 +00:00
html[theme="paper"] {
2023-05-03 02:53:22 +00:00
--accent: #000;
--bg: #fff;
--black: #000;
--white: #fff;
--gray: #262626;
--nav-bg: #fff;
--nav-brand-border: inset 1px #242424;
--nav-brand-bg: #fff;
--navigation-links-bg: #fff;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #3939354a;
--nav-border-color: rgba(255, 255, 255, .05);
--dropdown-bg: #fff;
--dropdown-item-hover: #3939354a;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: #fff;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #3939354a;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: #fff;
--badge-bg: #fff;
--posts-meta-bg: #000000db;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--badge-tag: #000000;
--scrollbar-color: #6c6c6c;
--scroller-bg: #424242;
--footbar-color: #000;
--loading-indicator-color: #000;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:31:41 +00:00
--maximize_button: #fff;
2021-04-22 02:12:40 +00:00
}
2022-05-21 09:30:23 +00:00
html[theme="paper"] .err {
2023-05-03 02:53:22 +00:00
background: black;
color: white;
2022-05-21 09:30:23 +00:00
}
html[theme="paper"] ._204863 {
2023-05-03 02:53:22 +00:00
color: white;
}
html[theme="paper"] svg.iconset {
2023-05-03 02:53:22 +00:00
background: black;
}
html[theme="paper"] svg.iconset:hover {
2023-05-03 02:53:22 +00:00
background: rgb(31, 30, 30);
}
html[theme="paper"] .iconset#a_favo {
2023-05-03 02:53:22 +00:00
fill: var(--white);
}
html[theme="paper"] .iconset#a_delete {
2023-05-03 02:53:22 +00:00
stroke: var(--white);
}
html[theme="paper"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="paper"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="paper"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--black);
}
2021-12-04 10:08:55 +00:00
html[theme="paper"] body {
2023-05-03 02:53:22 +00:00
color: var(--black);
2021-12-04 10:08:55 +00:00
}
2021-04-22 02:12:40 +00:00
html[theme="paper"] a#next {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
-webkit-text-stroke: 1px var(--black);
font-size: 40px;
2021-04-22 02:12:40 +00:00
}
html[theme="paper"] a#prev {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
-webkit-text-stroke: 1px var(--black);
font-size: 40px;
2021-04-22 02:12:40 +00:00
}
html[theme="paper"] .about {
2023-05-03 02:53:22 +00:00
color: var(--black);
2021-04-22 02:12:40 +00:00
}
html[theme="paper"] .about a:hover {
2023-05-03 02:53:22 +00:00
text-decoration: underline;
2021-04-22 02:12:40 +00:00
}
html[theme="paper"] div.posts>a::after {
2023-05-03 02:53:22 +00:00
color: var(--white);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
2021-12-04 10:08:55 +00:00
}
html[theme="paper"] .v0ck_player_controls>input[type="range"][name="volume"]::-webkit-slider-thumb {
2023-05-03 02:53:22 +00:00
background: var(--white);
box-shadow: -100vw 0 0 100vw var(--white);
2021-12-04 10:08:55 +00:00
}
html[theme="paper"] .v0ck_player_controls>input[type="range"][name="volume"]::-moz-range-thumb {
2023-05-03 02:53:22 +00:00
background: var(--white);
box-shadow: -100vw 0 0 100vw var(--white);
2021-12-04 10:08:55 +00:00
}
html[theme="paper"] div.posts>a {
2023-05-03 02:53:22 +00:00
box-shadow: 1px 1px 1px black;
border-radius: 5px;
2021-04-22 02:12:40 +00:00
}
html[theme="paper"] .v0ck_progress_filled {
2023-05-03 02:53:22 +00:00
background: var(--white);
2021-04-22 02:12:40 +00:00
}
html[theme="paper"] .metadata {
2023-05-03 02:53:22 +00:00
color: var(--black);
border: none;
2021-04-22 02:12:40 +00:00
}
2022-03-29 12:33:01 +00:00
html[theme="paper"] .navbar-brand {
2023-05-03 02:53:22 +00:00
background: var(--black);
color: var(--white) !important;
2021-04-22 02:12:40 +00:00
}
2022-03-29 12:33:01 +00:00
html[theme="paper"] a.removetag {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
2022-03-29 12:33:01 +00:00
}
2021-04-22 02:12:40 +00:00
html[theme="paper"] .navbar {
2023-05-03 02:53:22 +00:00
border-bottom: 1px solid var(--black);
2021-04-22 02:12:40 +00:00
}
html[theme="paper"] .embed-responsive-image {
2023-05-03 02:53:22 +00:00
background: var(--white);
2021-04-22 02:12:40 +00:00
}
2021-12-04 10:08:55 +00:00
html[theme="paper"] .v0ck_player_button svg:hover {
2023-05-03 02:53:22 +00:00
fill: var(--black);
stroke: var(--white);
2021-12-04 10:08:55 +00:00
}
html[theme="paper"] .badge-dark,
#themeselector {
2023-05-03 02:53:22 +00:00
box-shadow: 1px 1px 0px 0px var(--black);
2021-12-26 22:11:16 +00:00
}
2022-01-04 20:04:36 +00:00
html[theme="paper"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--white);
2022-01-04 20:04:36 +00:00
}
2022-05-06 12:20:11 +00:00
html[theme="paper"] .admin-search button {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
opacity: 0.9;
2022-05-06 12:20:11 +00:00
}
html[theme="paper"] table.table tbody tr:nth-of-type(2n+1) a {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
text-decoration: underline;
2022-05-06 12:20:11 +00:00
}
html[theme="paper"] table.table tbody tr:nth-of-type(2n+1) {
2023-05-03 02:53:22 +00:00
color: var(--white) !important;
2022-05-06 12:20:11 +00:00
}
html[theme="paper"] table.table a {
2023-05-03 02:53:22 +00:00
text-decoration: underline;
2022-05-06 12:20:11 +00:00
}
html[theme="paper"] a {
2023-05-03 02:53:22 +00:00
color: var(--black);
2022-05-06 12:20:11 +00:00
}
2021-04-22 02:12:40 +00:00
html[theme="atmos"] {
2023-05-03 02:53:22 +00:00
--accent: #1fb2b0;
--bg: #161618;
--black: #000;
--white: #fff;
--gray: #262626;
--nav-bg: rgb(32, 32, 32);
--nav-brand-border: inset 1px #242424;
--nav-brand-bg: #171717;
--navigation-links-bg: rgb(32, 32, 32);
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #333;
--nav-border-color: rgba(255, 255, 255, .05);
--dropdown-bg: #232323;
--dropdown-item-hover: #0d0d0d;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: rgb(32, 32, 32);
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #333;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: rgba(34, 34, 34, 0.8);
--badge-bg: #131313;
--posts-meta-bg: #000000b8;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--badge-tag: #090909;
--scrollbar-color: #2b2b2b;
--footbar-color: #1fb2b0;
--loading-indicator-color: #1fb2b0;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:31:41 +00:00
--maximize_button: #1fb2b0;
}
html[theme="atmos"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="atmos"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="atmos"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--black);
}
html[theme="term"] {
2023-05-03 02:53:22 +00:00
--accent: #00DF00;
--bg: #000;
--black: #000;
--white: #fff;
--gray: #262626;
--nav-bg: #040404;
--nav-brand-border: inset 1px #111111;
--nav-brand-bg: #040404;
--navigation-links-bg: #040404;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #282828;
--nav-border-color: rgba(255, 255, 255, .05);
--dropdown-bg: #040404;
--dropdown-item-hover: #282828;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: #040404;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #282828;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: #000;
--badge-bg: #060606;
--posts-meta-bg: #000000b8;
--badge-sfw: #076a19;
--badge-nsfw: #a72828;
--badge-tag: #131212;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
--tooltip-bg: #131212;
--footbar-color: #00DF00;
--loading-indicator-color: #00DF00;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:31:41 +00:00
--maximize_button: #00DF00;
}
html[theme="term"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="term"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="term"] span#favs {
2023-05-03 02:53:22 +00:00
box-shadow: var(--pagination-anchor-box-shadow);
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
border: 1px solid var(--black);
}
html[theme="term"] .metadata {
2023-05-03 02:53:22 +00:00
text-shadow: 0px 0px 1px var(--accent), 1px 0px 2px var(--accent), 0px 0px 5px var(--black);
}
html[theme="term"] .metadata>.badge-dark,
#themeselector {
2023-05-03 02:53:22 +00:00
box-shadow: var(--pagination-anchor-box-shadow);
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
2022-01-01 01:17:31 +00:00
}
2022-01-04 20:04:36 +00:00
html[theme="term"] .navbar-brand:hover {
2023-05-03 02:53:22 +00:00
background: #0a2008;
2022-01-04 20:04:36 +00:00
}
2021-12-28 03:40:57 +00:00
html[theme="iced"] {
2023-05-03 02:53:22 +00:00
--accent: #0084ff;
--bg: #031c35;
--black: #000;
--white: #fff;
--gray: #bd2828;
--nav-bg: #111d37;
--nav-brand-border: inset 1px #242424;
--nav-brand-bg: #000;
--navigation-links-bg: #111d37;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #0a3f53;
--nav-border-color: rgba(255, 255, 255, .05);
--dropdown-bg: #111d37;
--dropdown-item-hover: #0a3f53;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: #111d37;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #0a3f53;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: #000e1a;
--badge-bg: #091f39;
--posts-meta-bg: #000000b8;
--badge-sfw: #07866e;
--badge-nsfw: #ae1616;
--badge-tag: #22083c;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
--tooltip-bg: #0a3f53;
--footbar-color: #0084ff;
--loading-indicator-color: #0084ff;
--img-border-width: 0;
--img-border-color: #363636;
2023-05-07 16:31:41 +00:00
--maximize_button: #0084ff;
2021-12-28 03:40:57 +00:00
}
html[theme="iced"] ._204863 {
2023-05-03 02:53:22 +00:00
background: -webkit-linear-gradient(left, #102c5e, #111d37);
}
html[theme="iced"] svg.iconset {
2023-05-03 02:53:22 +00:00
background: #111d37;
}
html[theme="iced"] svg.iconset:hover {
2023-05-03 02:53:22 +00:00
background: #1b2f5a;
}
html[theme="iced"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
border: 1px solid var(--black);
}
html[theme="iced"] .pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 3px;
}
html[theme="iced"] span#favs {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--black);
}
2022-01-02 05:52:52 +00:00
html[theme="iced"] .navbar-brand:hover {
2023-05-03 02:53:22 +00:00
background: #1d2941;
2022-01-02 05:52:52 +00:00
}
2022-05-16 18:07:40 +00:00
/* f0ck95 */
html[theme='f0ck95'] {
2023-05-03 02:53:22 +00:00
--accent: silver;
--bg: teal;
--black: #000;
--white: #fff;
--gray: silver;
--nav-bg: silver;
--nav-brand-border: inset 1px black;
--nav-brand-bg: silver;
--navigation-links-bg: silver;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #8a8989;
--nav-border-color: #282727;
--dropdown-bg: silver;
--dropdown-item-hover: #8a8989;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: silver;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #8a8989;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: silver;
--badge-bg: #a8a5a5;
--posts-meta-bg: #000000b8;
--badge-sfw: #339f72;
--badge-nsfw: #ea3131;
--badge-tag: #959393;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
--footbar-color: #000;
--loading-indicator-color: #000;
--img-border-width: 0;
--img-border-color: #808080;
2023-05-07 16:31:41 +00:00
--maximize_button: #000;
}
html[theme="f0ck95"] html,
body {
2023-05-03 02:53:22 +00:00
color: var(--black);
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] a {
2023-05-03 02:53:22 +00:00
color: var(--black);
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] span#favs {
2023-05-03 02:53:22 +00:00
border: inset 1px gray;
}
2022-05-18 19:05:13 +00:00
html[theme="f0ck95"] .embed-responsive-image {
2023-05-03 02:53:22 +00:00
border: none;
2022-05-18 19:05:13 +00:00
}
html[theme="f0ck95"] .nav-link,
.pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 0;
border-left: inset 1px silver;
border-bottom: outset 1px silver;
border-right: outset 1px silver;
border-top: 1px outset gray;
box-shadow: var(--pagination-anchor-box-shadow);
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] .pagination>a:active,
.pagination>span {
2023-05-03 02:53:22 +00:00
color: black;
2022-05-19 12:52:36 +00:00
}
html[theme="f0ck95"] .pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 0;
border-left: inset 1px silver;
border-bottom: outset 1px silver;
border-right: outset 1px silver;
border-top: 1px outset gray;
2022-05-19 01:40:20 +00:00
}
2022-05-16 18:07:40 +00:00
html[theme="f0ck95"] .metadata {
2023-05-03 02:53:22 +00:00
border-left: inset 2px silver;
border-bottom: outset 2px silver;
border-right: outset 2px silver;
border-top: 2px outset #8c8888;
color: var(--black);
2022-05-16 18:07:40 +00:00
}
2022-05-17 00:22:45 +00:00
html[theme="f0ck95"] .media-object {
2023-05-03 02:53:22 +00:00
border-left: inset 2px silver;
border-right: outset 2px silver;
2022-05-17 00:22:45 +00:00
}
html[theme="f0ck95"] .embed-responsive.embed-responsive-16by9 {
2023-05-03 02:53:22 +00:00
background: black;
2022-05-17 00:22:45 +00:00
}
html[theme="f0ck95"] .embed-responsive-image {
2023-05-03 02:53:22 +00:00
background: #0000;
2022-05-17 00:22:45 +00:00
}
2022-05-16 18:07:40 +00:00
html[theme="f0ck95"] span.placeholder {
2023-05-03 02:53:22 +00:00
border-left: 1px solid var(--black);
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] #prev {
2023-05-03 02:53:22 +00:00
color: white !important;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] #next {
2023-05-03 02:53:22 +00:00
color: white !important;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] .navbar-brand:hover {
2023-05-03 02:53:22 +00:00
background: #80808059;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] span.f0ck::after {
2023-05-03 02:53:22 +00:00
content: "95";
font-size: 14px;
font-family: vcr;
vertical-align: super;
color: teal;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] #tags .badge>a:first-child {
2023-05-03 02:53:22 +00:00
text-shadow: 1px 1px #8080805e;
}
html[theme="f0ck95"] .badge.badge-greentext.badge-light.mr-2 {
2023-05-03 02:53:22 +00:00
color: #b5bd68;
}
html[theme="f0ck95"] .pagination>span {
2023-05-03 02:53:22 +00:00
border: 1px dashed grey !important;
color: black;
text-shadow: none;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] .dropdown-menu {
2023-05-03 02:53:22 +00:00
border-color: gray;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] .err span {
2023-05-03 02:53:22 +00:00
text-shadow: 0px 0px transparent;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] .err {
2023-05-03 02:53:22 +00:00
background: silver;
border: outset 2px gray;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] div.posts>a::after {
2023-05-03 02:53:22 +00:00
color: var(--white);
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] .about {
2023-05-03 02:53:22 +00:00
color: black;
2022-05-16 18:07:40 +00:00
}
html[theme="f0ck95"] .badge-dark,
#themeselector {
2023-05-03 02:53:22 +00:00
border: inset 1px gray;
background: #a8a5a5;
}
2022-05-17 09:18:49 +00:00
html[theme="f0ck95"] .badge-light {
2023-05-03 02:53:22 +00:00
color: #000;
text-shadow: none;
border: 1px outset;
border-radius: 0;
2022-05-17 09:18:49 +00:00
}
html[theme="f0ck95"] .badge-success {
2023-05-03 02:53:22 +00:00
color: #000;
text-shadow: none;
border: 1px outset;
border-radius: 0;
2022-05-17 09:18:49 +00:00
}
html[theme="f0ck95"] .badge-danger {
2023-05-03 02:53:22 +00:00
color: #000;
text-shadow: none;
border: 1px outset;
border-radius: 0;
2022-05-17 09:18:49 +00:00
}
2022-05-22 14:31:28 +00:00
html[theme="f0ck95"] img.avatar {
2023-05-03 02:53:22 +00:00
border-top-left-radius: 0;
2022-05-22 14:31:28 +00:00
}
html[theme="f0ck95"] ._204863 {
2023-05-03 02:53:22 +00:00
content: " ";
background: -webkit-linear-gradient(left, #08216b, #a5cef7);
text-align: left;
width: 100%;
color: white;
height: auto;
border-left: inset 2px silver;
border-top: inset 2px silver;
border-right: outset 2px silver;
border-bottom: outset 2px silver;
line-height: 1.7;
}
html[theme="f0ck95"] .iconset#a_delete {
2023-05-03 02:53:22 +00:00
stroke: var(--black);
}
html[theme="f0ck95"] .iconset#a_favo {
2023-05-03 02:53:22 +00:00
fill: var(--black);
}
html[theme="f0ck95"] .gapD {
2023-05-03 02:53:22 +00:00
height: 16px;
background: #08f;
width: max-content;
display: flex;
}
html[theme="f0ck95"] svg.iconset {
2023-05-03 02:53:22 +00:00
display: inline-block;
height: 18px;
cursor: pointer;
width: 21px;
background: silver;
margin: 1px;
padding: 1px;
border: 1px outset silver;
position: relative;
right: 2px;
}
html[theme="f0ck95"] .gapRight {
2023-05-03 02:53:22 +00:00
display: flex;
align-items: center;
}
html[theme="f0ck95"] input {
2023-05-03 02:53:22 +00:00
color: #000;
}
2022-05-18 19:54:19 +00:00
html[theme="f0ck95"] .embed-responsive-image {
2023-05-03 02:53:22 +00:00
left: 2px;
right: 2px;
2022-05-18 19:54:19 +00:00
}
2022-05-21 09:30:23 +00:00
html[theme="f0ck95"] ._error_message {
2023-05-03 02:53:22 +00:00
color: black;
text-shadow: none;
2022-05-21 09:30:23 +00:00
}
html[theme="f0ck95"] ._error_topbar {
2023-05-03 02:53:22 +00:00
background: -webkit-linear-gradient(left, #08216b, #a5cef7);
2022-05-21 09:30:23 +00:00
}
2022-05-22 11:06:54 +00:00
html[theme="f0ck95"] .f0ckgle {
2023-05-03 02:53:22 +00:00
color: black;
2022-05-22 11:06:54 +00:00
}
html[theme="f0ck95"] .admin-search button {
2023-05-03 02:53:22 +00:00
color: black;
2022-05-22 11:06:54 +00:00
}
2022-05-16 22:05:37 +00:00
/* f0ck95dARK */
html[theme='f0ck95d'] {
2023-05-03 02:53:22 +00:00
--accent: #fff;
--bg: #0e0f0f;
--black: #000;
--white: #fff;
--gray: silver;
--nav-bg: #0b0a0a;
--nav-brand-border: inset 1px black;
--nav-brand-bg: #0000;
--navigation-links-bg: #0b0b0b;
--navigation-links-background-linear-gradient: rgba(0, 0, 0, .12), rgba(0, 0, 0, 0);
--navigation-links-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--navigation-links-box-shadow: rgba(255, 255, 255, .05);
--nav-link-background-linear-gradient: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
--nav-link-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--nav-link-hover-bg: #333131;
--nav-border-color: #282727;
--dropdown-bg: #333131;
--dropdown-item-hover: #444242;
--nav-brand-font: 'VCR';
2023-05-03 20:41:41 +00:00
--font: monospace;
2023-05-03 02:53:22 +00:00
--pagination-background: #0b0a0a;
--pagination-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 0px rgba(255, 255, 255, .04), inset 0 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .1);
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
--pagination-background-hover: #8a8989;
--pagination-border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, .65) rgba(0, 0, 0, .5);
--metadata-bg: #0b0a0a;
--badge-bg: #0f0e0e;
--posts-meta-bg: #000000b8;
--badge-sfw: teal;
--badge-nsfw: #a72828;
--badge-tag: #2f2f2f;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
--footbar-color: #fff;
--loading-indicator-color: #fff;
--img-border-width: 0;
--img-border-color: #808080;
2023-05-07 16:31:41 +00:00
--maximize_button: #fff;
2022-05-16 22:05:37 +00:00
}
2022-05-21 09:30:23 +00:00
html[theme="f0ck95d"] .err {
2023-05-03 02:53:22 +00:00
background: #4c4c4c;
border: 2px outset gray;
2022-05-21 09:30:23 +00:00
}
html[theme="f0ck95d"] ._error_topbar {
2023-05-03 02:53:22 +00:00
background: #081f3e;
2022-05-21 09:30:23 +00:00
}
2022-05-17 00:22:45 +00:00
html[theme="f0ck95d"] ._204863 {
2023-05-03 02:53:22 +00:00
content: " ";
background: -webkit-linear-gradient(left, #0e111a, #073c71);
text-align: left;
width: 100%;
color: white;
height: auto;
border-left: inset 2px silver;
border-top: inset 2px silver;
border-right: outset 2px silver;
border-bottom: outset 2px silver;
line-height: 1.7;
2022-05-17 00:22:45 +00:00
}
2022-05-18 19:54:19 +00:00
html[theme="f0ck95d"] .embed-responsive-image {
2023-05-03 02:53:22 +00:00
left: 2px;
right: 2px;
2022-05-18 19:54:19 +00:00
}
2022-05-17 00:22:45 +00:00
html[theme="f0ck95d"] .media-object {
2023-05-03 02:53:22 +00:00
border-left: inset 2px silver;
border-right: outset 2px silver;
2022-05-17 00:22:45 +00:00
}
html[theme="f0ck95d"] .embed-responsive.embed-responsive-16by9 {
2023-05-03 02:53:22 +00:00
background: black;
border-left: inset 1px silver;
border-right: outset 1px silver;
2022-05-17 00:22:45 +00:00
}
html[theme="f0ck95d"] .embed-responsive-image {
2023-05-03 02:53:22 +00:00
border: none;
2022-05-17 00:22:45 +00:00
}
2022-05-18 19:05:13 +00:00
html[theme="f0ck95d"] .embed-responsive-image {
2023-05-03 02:53:22 +00:00
background: #0000;
2022-05-17 00:22:45 +00:00
}
html[theme="f0ck95d"] html,
body {
2023-05-03 02:53:22 +00:00
color: var(--white);
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] a {
2023-05-03 02:53:22 +00:00
color: var(--white);
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] span#favs {
2023-05-03 02:53:22 +00:00
border: inset 1px gray;
background: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
box-shadow: var(--nav-link-box-shadow);
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .nav-link,
.pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
border-radius: 0;
border-left: inset 1px black;
border-bottom: outset 1px black;
border-right: outset 1px black;
border-top: 1px inset black;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .metadata {
2023-05-03 02:53:22 +00:00
border-left: inset 1px silver;
border-bottom: outset 1px silver;
border-right: outset 1px silver;
border-top: inset 2px silver;
color: var(--accent);
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .media-object {
2023-05-03 02:53:22 +00:00
border-left: inset 1px silver;
border-right: outset 1px silver;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] span.placeholder {
2023-05-03 02:53:22 +00:00
border-left: 1px solid var(--gray);
opacity: 0.5;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] #prev {
2023-05-03 02:53:22 +00:00
color: white;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] #next {
2023-05-03 02:53:22 +00:00
color: white;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .navbar-brand:hover {
2023-05-03 02:53:22 +00:00
background: transparent;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] span.f0ck::after {
2023-05-03 02:53:22 +00:00
content: "95";
font-size: 14px;
font-family: vcr;
vertical-align: super;
color: teal;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .pagination>span {
2023-05-03 02:53:22 +00:00
border: 1px dashed var(--accent) !important;
color: white;
text-shadow: none;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .dropdown-menu {
2023-05-03 02:53:22 +00:00
border-left: inset 1px #4c4c4c;
border-bottom: outset 1px #4c4c4c;
border-right: outset 1px #4c4c4c;
border-top: outset 0px #4c4c4c;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .err span {
2023-05-03 02:53:22 +00:00
text-shadow: 0px 0px transparent;
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] div.posts>a::after {
2023-05-03 02:53:22 +00:00
color: var(--white);
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .about {
2023-05-03 02:53:22 +00:00
color: var(--white);
2022-05-16 22:05:37 +00:00
}
html[theme="f0ck95d"] .badge-dark,
#themeselector {
2023-05-03 02:53:22 +00:00
border: inset 1px gray;
background: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0);
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
box-shadow: var(--nav-link-box-shadow);
2022-05-16 22:05:37 +00:00
}
2022-05-17 09:18:49 +00:00
html[theme="f0ck95d"] .badge-light {
2023-05-03 02:53:22 +00:00
text-shadow: none;
border: 1px outset;
border-radius: 0;
2022-05-17 09:18:49 +00:00
}
html[theme="f0ck95d"] .badge-success {
2023-05-03 02:53:22 +00:00
text-shadow: none;
border: 1px outset;
border-radius: 0;
2022-05-17 09:18:49 +00:00
}
html[theme="f0ck95d"] .badge-danger {
2023-05-03 02:53:22 +00:00
text-shadow: none;
border: 1px outset;
border-radius: 0;
2022-05-17 09:18:49 +00:00
}
2022-05-22 11:06:54 +00:00
html[theme="f0ck95d"] .admin-search button {
2023-05-03 02:53:22 +00:00
color: black;
2022-05-22 11:06:54 +00:00
}
2023-05-06 04:54:09 +00:00
/* fullscreen */
html[res="fullscreen"] .embed-responsive-16by9::before {
padding-top: 32.99%;
}
html[res="fullscreen"] .container {
max-width: 100% !important;
padding: 0 !important;
}
html[res="fullscreen"] span#favs {
padding: 0 !important;
}
2021-04-17 08:43:23 +00:00
::-webkit-scrollbar {
2023-05-03 02:53:22 +00:00
width: 2px;
2021-04-17 08:43:23 +00:00
}
2021-04-17 08:43:23 +00:00
::-webkit-scrollbar-thumb {
2023-05-03 02:53:22 +00:00
background-color: var(--scrollbar-color);
2021-04-17 08:43:23 +00:00
}
2021-04-17 08:43:23 +00:00
::-webkit-scrollbar-track {
2023-05-03 02:53:22 +00:00
background-color: transparent;
2021-04-17 08:43:23 +00:00
}
*,
::before,
::after {
2023-05-03 02:53:22 +00:00
box-sizing: border-box;
outline: 0;
-webkit-tap-highlight-color: transparent;
2021-04-17 08:43:23 +00:00
}
@font-face {
2023-05-03 02:53:22 +00:00
font-family: 'VCR';
src: url('/s/vcr.ttf') format('truetype');
/* https://www.dafont.com/vcr-osd-mono.font */
2021-04-17 08:43:23 +00:00
}
html,
body {
2023-05-03 02:53:22 +00:00
background-color: var(--bg);
color: var(--white);
margin: 0;
font-family: var(--font);
line-height: 2;
scrollbar-color: var(--scrollbar-color) transparent;
scrollbar-width: thin;
overscroll-behavior-y: contain;
overflow: unset;
font-size: 14px;
2022-05-06 15:02:03 +00:00
}
2021-04-17 08:43:23 +00:00
.wrapper {
2023-05-03 02:53:22 +00:00
height: 100%;
}
2021-04-17 08:43:23 +00:00
.noscript-badge {
2023-05-03 02:53:22 +00:00
display: block;
2021-04-17 08:43:23 +00:00
}
a {
2023-05-03 02:53:22 +00:00
color: var(--accent)
/* !important */
;
cursor: pointer;
text-decoration: none;
display: inline-block;
2021-04-17 08:43:23 +00:00
}
a.post_source:hover,
a.id-link:hover {
2023-05-03 02:53:22 +00:00
text-decoration: underline;
2021-04-17 08:43:23 +00:00
}
a.btn.disabled {
2023-05-03 02:53:22 +00:00
pointer-events: none;
user-select: none;
2021-04-17 08:43:23 +00:00
}
.btn.disabled,
.btn:disabled {
2023-05-03 02:53:22 +00:00
user-select: none;
font-weight: bold;
text-shadow: 1px 1px 1px var(--black);
2021-04-17 08:43:23 +00:00
}
h5 {
2023-05-03 02:53:22 +00:00
margin: 0;
font-size: x-large;
2021-04-17 08:43:23 +00:00
}
.mr-2 {
2023-05-03 02:53:22 +00:00
margin-right: 0.5rem !important;
2021-04-17 08:43:23 +00:00
}
2022-05-18 12:07:07 +00:00
div.posts {
2023-05-03 02:53:22 +00:00
display: grid;
grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
justify-items: center;
grid-gap: 5px;
margin: 0;
padding: 0;
margin-bottom: 35px;
2021-04-17 08:43:23 +00:00
}
2021-04-22 02:12:40 +00:00
@media (max-width: 376px) {
div.posts {
2023-05-03 02:53:22 +00:00
grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}
}
div.posts>a {
2023-05-03 02:53:22 +00:00
display: inline-block;
position: relative;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
div.posts>a::before {
2023-05-03 02:53:22 +00:00
content: "";
display: block;
margin-top: 100%;
}
div.posts>a:hover {
2023-05-03 02:53:22 +00:00
opacity: 0.8;
box-shadow: 0 0 0 2px var(--accent);
}
div.posts>a::after {
2023-05-03 02:53:22 +00:00
position: absolute;
right: 0;
top: 0;
content: attr(data-mime);
color: var(--accent);
text-shadow: 0px 1px var(--black);
font-size: 11px;
background: var(--posts-meta-bg);
visibility: hidden;
width: 100%;
text-align: center;
font-family: vcr;
text-transform: uppercase;
}
div.posts>a:hover::after {
2023-05-03 02:53:22 +00:00
visibility: visible;
2021-04-17 08:43:23 +00:00
}
/* Navbar */
.nav {
2023-05-03 02:53:22 +00:00
background: var(--bg);
text-align: left;
2021-04-17 08:43:23 +00:00
}
.navbar {
2023-05-03 02:53:22 +00:00
position: sticky;
top: 0;
padding: 0;
width: 100%;
z-index: 3;
font-family: var(--font);
text-transform: uppercase;
display: grid;
grid-template-columns: auto 1fr 0fr;
justify-content: start;
border-bottom: 1px solid var(--nav-border-color);
2021-04-17 08:43:23 +00:00
}
.navbar-brand {
2023-05-03 02:53:22 +00:00
background: var(--nav-brand-bg);
padding-right: 5px;
padding-left: 5px;
2021-04-17 08:43:23 +00:00
}
.navbar-brand:hover {
2023-05-03 02:53:22 +00:00
text-decoration: none;
transition: ease all .2s;
background: var(--black);
2021-04-17 08:43:23 +00:00
}
span.f0ck {
2023-05-03 02:53:22 +00:00
font-family: var(--nav-brand-font);
font-size: 20px;
text-shadow: 1px 1px 1px var(--black), 0px 0px 0px var(--green), -1px -1px 0px var(--black), 1px -1px 0px var(--black), -1px 1px 0px var(--black), 0px 0px 0px var(--green);
2021-04-17 08:43:23 +00:00
}
.navbar.navbar-expand-lg {
2023-05-03 02:53:22 +00:00
background: var(--nav-bg);
2021-04-17 08:43:23 +00:00
}
.navbar-expand-lg .navbar-collapse {
2023-05-03 02:53:22 +00:00
display: flex;
flex-basis: auto;
2021-04-17 08:43:23 +00:00
}
.navbar-collapse {
2023-05-03 02:53:22 +00:00
flex-grow: 1;
2021-04-17 08:43:23 +00:00
}
#navbarSupportedContent {
2023-05-03 02:53:22 +00:00
padding: 0;
2021-04-17 08:43:23 +00:00
}
.nav-link-identifier {
2023-05-03 02:53:22 +00:00
width: 100%;
2021-04-17 08:43:23 +00:00
}
.navbar-expand-lg .navbar-nav {
2023-05-03 02:53:22 +00:00
flex-direction: row;
2021-04-17 08:43:23 +00:00
}
.navbar-nav {
2023-05-03 02:53:22 +00:00
width: 100%;
display: flex;
flex-direction: column;
padding: 5px 0 5px 0;
margin-bottom: 0;
list-style: none;
margin: 0;
align-self: center;
margin-left: .5rem;
margin-right: .5rem;
}
ul.navbar-nav li.nav-item {
2023-05-03 02:53:22 +00:00
margin-right: .5rem;
2021-04-17 08:43:23 +00:00
}
.navigation-links {
2023-05-03 02:53:22 +00:00
display: flex;
border: 1px solid var(--navigation-links-border-color);
background: var(--navigation-links-bg);
2021-04-17 08:43:23 +00:00
}
.nav-item {
2023-05-03 02:53:22 +00:00
width: auto;
white-space: nowrap;
text-align: center;
2021-04-17 08:43:23 +00:00
}
.nav-link {
2023-05-03 02:53:22 +00:00
padding: 0;
padding-right: 0;
padding-left: 0;
display: flex;
justify-content: center;
min-width: 17px;
border: 1px solid var(--black);
border-radius: 3px;
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
box-shadow: var(--nav-link-box-shadow);
2021-04-17 08:43:23 +00:00
}
.navbar-expand-lg .navbar-nav .nav-link,
.pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
padding-right: .5rem;
padding-left: .5rem;
}
.pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
margin-right: 0px;
margin-left: 5px;
2021-04-17 08:43:23 +00:00
}
.nav-item:hover>a:hover,
.dropdown-item:hover>a:hover {
2023-05-03 02:53:22 +00:00
background-color: var(--nav-link-hover-bg);
2021-04-17 08:43:23 +00:00
}
2021-12-04 10:08:55 +00:00
.nav-link[data-toggle="dropdown"].ddcontent::after {
2023-05-03 02:53:22 +00:00
content: "\00a0("attr(content) ")\00a0\25bc";
2021-04-22 02:12:40 +00:00
}
2021-12-04 10:08:55 +00:00
.nav-link[data-toggle="dropdown"]:not(.ddcontent)::after {
2023-05-03 02:53:22 +00:00
content: "\00a0\25bc";
2021-12-04 10:08:55 +00:00
}
2021-04-22 02:12:40 +00:00
2022-03-29 12:33:01 +00:00
.mandy {
2023-05-03 02:53:22 +00:00
visibility: hidden;
2022-03-29 12:33:01 +00:00
}
@media (max-width: 444px) {
2023-05-03 02:53:22 +00:00
.mandy {
position: fixed;
width: inherit;
height: 100%;
top: 0;
z-index: -1;
bottom: 25px;
visibility: visible;
}
#randbutton {
height: inherit;
width: inherit;
background: var(--bg);
border: none;
transition: .2s ease;
}
#randbutton:active {
background: var(--gray);
transition: .2s ease;
}
.metadata {
margin-bottom: 45px;
}
.embed-responsive-16by9::before {
padding-top: 75% !important;
}
.pagination {
justify-content: center !important;
}
2022-03-29 12:33:01 +00:00
}
2022-05-19 00:10:35 +00:00
@media (max-width: 1240px) {
2023-05-03 02:53:22 +00:00
.nav-link[data-toggle="dropdown"]::after {
content: "" !important;
}
2022-05-18 23:52:15 +00:00
}
@media (max-width: 768px) {
2023-05-03 02:53:22 +00:00
/* .nav-link[data-toggle="dropdown"]::after {
content: "" !important;
2022-05-18 23:52:15 +00:00
} */
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.navbar {
display: grid !important;
grid-template-columns: 1fr !important;
grid-template-rows: auto !important;
grid-template-areas: unset !important;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.navbar-brand {
grid-area: unset !important;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.navigation-links {
grid-row: 2;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.navbar-expand-lg .navbar-nav {
justify-content: center;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
#navbarSupportedContent {
grid-row: 3;
}
2021-04-22 02:12:40 +00:00
}
2021-04-17 08:43:23 +00:00
span.placeholder {
2023-05-03 02:53:22 +00:00
border-left: 1px solid var(--accent);
margin-left: 3px;
user-select: none;
2021-04-17 08:43:23 +00:00
}
.navbar .nav-item .dropdown-menu {
2023-05-03 02:53:22 +00:00
display: none;
2021-04-17 08:43:23 +00:00
}
.dropup,
.dropright,
.dropdown,
.dropleft {
2023-05-03 02:53:22 +00:00
position: relative;
2021-04-17 08:43:23 +00:00
}
.navbar .nav-item:hover .dropdown-menu {
2023-05-03 02:53:22 +00:00
display: block;
2021-04-17 08:43:23 +00:00
}
2021-12-29 04:48:04 +00:00
.dropdown:hover .nav-link {
2023-05-03 02:53:22 +00:00
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
transition: .2s ease;
background-color: var(--nav-link-hover-bg);
2021-12-29 04:48:04 +00:00
}
.dropdown:hover .nav-link>img.avatar {
2023-05-03 02:53:22 +00:00
border-bottom-left-radius: 0;
2021-12-29 04:48:04 +00:00
}
2021-04-17 08:43:23 +00:00
.navbar-nav .dropdown-menu {
2023-05-03 02:53:22 +00:00
float: none;
2021-04-17 08:43:23 +00:00
}
.dropdown-menu {
2023-05-03 02:53:22 +00:00
background: var(--dropdown-bg);
position: absolute;
top: 100%;
width: 100%;
z-index: 1000;
min-width: calc(100% - 10px);
padding: 0;
margin: 0;
font-size: 1rem;
text-align: center;
list-style: none;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
border-color: var(--black);
2021-04-17 08:43:23 +00:00
}
.dropdown-item {
2023-05-03 02:53:22 +00:00
width: 100%;
display: block;
2021-04-17 08:43:23 +00:00
}
.dropdown-menu>li:hover {
2023-05-03 02:53:22 +00:00
background: var(--dropdown-item-hover);
2021-04-17 08:43:23 +00:00
}
2021-04-22 02:12:40 +00:00
.dropdown-menu a {
2023-05-03 02:53:22 +00:00
width: 100%;
display: inline-block;
2021-04-22 02:12:40 +00:00
}
2022-03-29 12:33:01 +00:00
2021-04-17 08:43:23 +00:00
@media (max-width: 1056px) {
2023-05-03 02:53:22 +00:00
.navbar {
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-areas: 'f0ck f0ck f0ck';
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.navbar-brand {
grid-area: f0ck;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.pagination-container-fluid {
justify-content: center;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.pagination {
justify-content: flex-end !important;
}
2022-04-08 06:05:44 +00:00
2023-05-03 02:53:22 +00:00
.pagination a:nth-last-child(2),
.pagination a:nth-last-child(3),
.pagination a:nth-child(2),
.pagination a:nth-child(3) {
display: none;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
html,
body {
text-align: center;
}
2021-04-17 08:43:23 +00:00
}
2022-03-29 12:33:01 +00:00
@media (max-width: 1325px) {
2023-05-03 02:53:22 +00:00
.ranking {
grid-template-columns: 1fr 1fr !important;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.by-user,
.by-stats,
.by-hoster {
grid-column: unset !important;
grid-row: unset !important;
}
2022-03-29 12:33:01 +00:00
}
@media (max-width: 905px) {
2023-05-03 02:53:22 +00:00
.ranking {
display: flex !important;
flex-flow: column;
justify-content: center !important;
}
2022-03-29 12:33:01 +00:00
2023-05-03 02:53:22 +00:00
.ranking div {
display: flex;
flex-flow: column;
}
2022-03-29 12:33:01 +00:00
}
2021-04-17 08:43:23 +00:00
.media-object {
2023-05-03 02:53:22 +00:00
text-align: center;
align-self: center;
overflow: hidden;
border: 1px solid #363636;
border-top: none;
2021-04-17 08:43:23 +00:00
}
/* Pagination */
.pagination-wrapper {
2023-05-03 02:53:22 +00:00
align-items: center;
display: flex;
background: var(--pagination-background);
border: 1px solid var(--pagination-border-color);
width: 100%;
2021-04-17 08:43:23 +00:00
}
.pagination-container-fluid {
2023-05-03 02:53:22 +00:00
display: flex;
margin-left: 0;
width: 100%;
justify-content: flex-end;
2021-04-17 08:43:23 +00:00
}
.pagination {
2023-05-03 02:53:22 +00:00
display: flex;
justify-content: space-around;
width: 100%;
padding: 5px;
color: transparent;
2021-04-17 08:43:23 +00:00
}
.pagination>a,
.pagination>span {
2023-05-03 02:53:22 +00:00
float: left;
padding: 0 5px;
min-width: 17px;
font-size: 14px;
font-weight: 500;
color: var(--accent);
text-align: center;
2021-04-17 08:43:23 +00:00
}
.pagination>span {
2023-05-03 02:53:22 +00:00
border: 1px solid var(--accent) !important;
2021-04-17 08:43:23 +00:00
}
.pagination :first-child {
2023-05-03 02:53:22 +00:00
margin-left: 0;
2021-04-17 08:43:23 +00:00
}
.pagination>a {
2023-05-03 02:53:22 +00:00
text-decoration: none;
text-shadow: 0 1px var(--black);
background-clip: padding-box;
box-shadow: var(--pagination-anchor-box-shadow);
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
2021-04-17 08:43:23 +00:00
}
.pagination>a:hover {
2023-05-03 02:53:22 +00:00
background-color: var(--pagination-background-hover);
2021-04-17 08:43:23 +00:00
}
.pagination>a:active,
.pagination>span {
2023-05-03 02:53:22 +00:00
color: var(--accent);
text-shadow: 0 -1px var(--black);
box-shadow: var(--pagination-anchor-box-shadow);
box-shadow: inset 0px -2px 0px var(--accent);
2021-04-17 08:43:23 +00:00
}
/* Content */
@media (max-width: 999px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 960px;
}
2021-04-17 08:43:23 +00:00
2023-05-03 02:53:22 +00:00
.dropdown-menu {
position: absolute;
left: 0;
}
2023-05-03 02:53:22 +00:00
.dropdown-menu li {
white-space: normal;
word-wrap: anywhere;
}
2021-04-17 08:43:23 +00:00
}
.content {
2023-05-03 02:53:22 +00:00
display: grid;
justify-content: space-around;
grid-template-columns: 0fr 1fr 0fr;
position: relative;
2021-04-17 08:43:23 +00:00
}
.container {
2023-05-03 02:53:22 +00:00
width: 100%;
margin-right: auto;
margin-left: auto;
z-index: 1;
position: relative;
padding-top: 5px;
padding-bottom: 15px;
}
2022-05-18 14:51:53 +00:00
.populateME {
2023-05-03 02:53:22 +00:00
position: relative;
left: 5px;
2022-05-18 14:51:53 +00:00
}
.gapRight {
2023-05-03 02:53:22 +00:00
align-items: center;
display: flex;
2022-05-18 15:07:24 +00:00
}
.gapLeft {
2023-05-03 02:53:22 +00:00
align-self: center;
2022-05-18 15:07:24 +00:00
}
.imageDoor {
2023-05-03 02:53:22 +00:00
width: 25px;
height: 29px;
2023-05-03 02:53:22 +00:00
display: inline-flex;
padding: 2px;
2021-04-17 08:43:23 +00:00
}
2022-05-18 23:52:15 +00:00
.imageDoor img {
2023-05-03 02:53:22 +00:00
background: var(--accent);
width: inherit;
2022-05-18 23:52:15 +00:00
}
._204863 {
2023-05-03 02:53:22 +00:00
content: " ";
background: -webkit-linear-gradient(left, #131313, #4f4a4f);
text-align: left;
width: 100%;
color: var(--accent);
height: auto;
display: grid;
grid-template-rows: 1fr;
grid-template-columns: auto 1fr auto;
line-height: 1.7;
border: 1px solid #363636;
}
2021-04-17 08:43:23 +00:00
.index-container {
2023-05-03 02:53:22 +00:00
width: 100%;
padding: 5px;
background-color: var(--navigation-links-bg);
2021-04-17 08:43:23 +00:00
}
@media (min-width: 361px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-image {
bottom: unset !important;
}
2021-04-17 08:43:23 +00:00
}
@media (min-width: 768px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 720px;
}
2023-05-03 02:53:22 +00:00
.embed-responsive-image {
bottom: unset !important;
}
2021-04-17 08:43:23 +00:00
}
@media (min-width: 992px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 960px;
}
2021-04-17 08:43:23 +00:00
2023-05-03 02:53:22 +00:00
.embed-responsive-image {
bottom: unset !important;
}
2021-04-17 08:43:23 +00:00
}
@media (min-width: 1200px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 1140px;
}
2021-04-17 08:43:23 +00:00
2023-05-03 02:53:22 +00:00
.embed-responsive-image {
bottom: unset !important;
}
2021-04-17 08:43:23 +00:00
}
@media (min-width: 576px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 100%;
}
2021-04-17 08:43:23 +00:00
}
@media (min-width: 768px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 100%;
}
2021-04-17 08:43:23 +00:00
}
@media (min-width: 992px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 960px;
}
2021-04-17 08:43:23 +00:00
}
@media (min-width: 1200px) {
2023-05-03 02:53:22 +00:00
.container {
max-width: 1140px;
}
2021-04-17 08:43:23 +00:00
}
.embed-responsive-16by9::before {
2023-05-03 02:53:22 +00:00
padding-top: 50%;
2021-04-17 08:43:23 +00:00
}
2021-04-17 08:43:23 +00:00
.embed-responsive::before {
2023-05-03 02:53:22 +00:00
display: block;
content: "";
2021-04-17 08:43:23 +00:00
}
.embed-responsive .embed-responsive-item,
.embed-responsive video {
2023-05-03 02:53:22 +00:00
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
2021-04-17 08:43:23 +00:00
}
.embed-responsive-image {
2023-05-03 02:53:22 +00:00
position: absolute;
top: 0;
left: 0;
right: 0;
width: auto;
height: 100%;
box-sizing: content-box;
scrollbar-color: var(--scrollbar-color) transparent;
scrollbar-width: thin;
background: var(--black);
border: 1px solid #363636;
border-top: none;
}
.previous-post,
.next-post {
2023-05-03 02:53:22 +00:00
display: flex;
height: 100%;
position: relative;
}
2021-04-17 08:43:23 +00:00
#prev {
2023-05-03 02:53:22 +00:00
z-index: 1;
font-size: 30px;
opacity: 0.6;
text-shadow: 2px 2px 2px var(--black);
padding: 25px;
2021-04-17 08:43:23 +00:00
}
#prev::before {
2023-05-03 02:53:22 +00:00
content: "\00BB";
2021-04-17 08:43:23 +00:00
}
#next::before {
2023-05-03 02:53:22 +00:00
content: "\00AB";
2021-04-17 08:43:23 +00:00
}
#next {
2023-05-03 02:53:22 +00:00
z-index: 1;
font-size: 30px;
opacity: 0.6;
text-shadow: 2px 2px 2px var(--black);
padding: 25px;
}
#next:hover,
#prev:hover {
2023-05-03 02:53:22 +00:00
opacity: 1;
2021-04-17 08:43:23 +00:00
}
.arrow-next {
2023-05-03 02:53:22 +00:00
height: 100%;
display: flex;
width: 100%;
align-items: center;
justify-content: start;
position: absolute;
}
2021-04-17 08:43:23 +00:00
.arrow-prev {
2023-05-03 02:53:22 +00:00
height: 100%;
display: flex;
width: 100%;
align-items: center;
justify-content: flex-end;
position: absolute;
2021-04-17 08:43:23 +00:00
}
/* image */
#f0ck-image {
2023-05-03 02:53:22 +00:00
height: 100%;
width: 100%;
max-width: 100%;
object-fit: contain;
2021-04-17 08:43:23 +00:00
}
a#elfe {
2023-05-03 02:53:22 +00:00
height: 100%;
width: 100%;
display: flex;
justify-content: center;
2021-04-17 08:43:23 +00:00
}
/* metadata */
.badge:empty {
2023-05-03 02:53:22 +00:00
display: none;
2021-04-17 08:43:23 +00:00
}
.metadata {
2023-05-03 02:53:22 +00:00
text-align: center;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
background-color: var(--metadata-bg);
padding-bottom: 5px;
border: 1px solid #363636;
border-top: none;
2021-04-17 08:43:23 +00:00
}
#themeselector {
2023-05-03 02:53:22 +00:00
color: var(--white);
border: 0;
margin: 0;
padding: 0;
font-family: var(--font);
background-color: var(--metadata-bg);
text-align: center;
2021-04-17 08:43:23 +00:00
}
.badge-dark,
#themeselector {
2023-05-03 02:53:22 +00:00
background-color: var(--badge-bg);
border: 1px solid var(--black);
margin: 5px;
2021-04-17 08:43:23 +00:00
}
2022-05-19 00:20:17 +00:00
.badge.badge-dark.image-source {
2023-05-03 02:53:22 +00:00
white-space: normal;
word-wrap: anywhere;
2022-05-19 00:20:17 +00:00
}
2021-04-17 08:43:23 +00:00
span#tags {
2023-05-03 02:53:22 +00:00
grid-column: 1/4;
2021-04-17 08:43:23 +00:00
}
2021-12-04 10:08:55 +00:00
span#tags:empty {
2023-05-03 02:53:22 +00:00
display: none;
2021-12-04 10:08:55 +00:00
}
2021-04-17 08:43:23 +00:00
.badge-success {
2023-05-03 02:53:22 +00:00
color: var(--white);
background-color: var(--badge-sfw);
padding-right: 5px;
padding-left: 5px;
padding-top: 1.5px;
padding-bottom: 1.5px;
border-radius: 3px;
text-shadow: 1px 1px var(--black);
2021-04-17 08:43:23 +00:00
}
.badge-danger {
2023-05-03 02:53:22 +00:00
color: var(--white);
background-color: var(--badge-nsfw);
padding-right: 5px;
padding-left: 5px;
padding-top: 1.5px;
padding-bottom: 1.5px;
border-radius: 3px;
text-shadow: 1px 1px var(--black);
2021-04-17 08:43:23 +00:00
}
.badge-light {
2023-05-03 02:53:22 +00:00
color: var(--white);
background-color: var(--badge-tag);
border-radius: 3px;
text-shadow: 1px 1px var(--black);
padding-right: 5px;
padding-left: 5px;
padding-top: 1.5px;
padding-bottom: 1.5px;
2021-04-17 08:43:23 +00:00
}
2021-05-25 12:42:28 +00:00
.badge-greentext {
2023-05-03 02:53:22 +00:00
color: #789922;
text-shadow: inherit !important;
background-color: #252525;
2021-05-25 12:42:28 +00:00
}
2021-12-29 04:48:04 +00:00
.badge-german {
2023-05-03 02:53:22 +00:00
background: linear-gradient(180deg, black 33.33%, red 33.33%, red 66.66%, yellow 66.66%) !important;
2021-12-29 04:48:04 +00:00
}
2022-01-04 20:04:36 +00:00
.badge-dutch {
2023-05-03 02:53:22 +00:00
background: linear-gradient(180deg, #ad1c23 33.33%, white 33.33%, white 66.66%, #26468f 66.66%) !important;
color: #000 !important;
2022-01-04 20:04:36 +00:00
}
2022-03-24 19:29:36 +00:00
.badge-ukraine {
2023-05-03 02:53:22 +00:00
background: linear-gradient(180deg, #005bbc 50%, #ffd600 50%) !important;
2022-03-24 19:29:36 +00:00
}
2021-12-29 04:48:04 +00:00
.badge-russia {
2023-05-03 02:53:22 +00:00
background: linear-gradient(180deg, white 33.33%, blue 33.33%, blue 66.66%, red 66.66%) !important;
2021-12-29 04:48:04 +00:00
}
2021-04-17 08:43:23 +00:00
2021-04-22 02:12:40 +00:00
.about {
2023-05-03 02:53:22 +00:00
padding: 10px;
color: white;
word-break: break-word;
background: var(--navigation-links-bg);
text-align: left;
2021-04-17 08:43:23 +00:00
}
@media (max-width: 999px) {
2023-05-03 02:53:22 +00:00
.index-container {
padding-left: 5px;
padding-right: 5px;
}
2021-04-17 08:43:23 +00:00
}
.pbwork {
2023-05-03 02:53:22 +00:00
animation: pulsate 1s infinite linear;
box-shadow: 0px 2px var(--accent);
2021-04-17 08:43:23 +00:00
}
2021-04-17 08:43:23 +00:00
@keyframes pulsate {
2023-05-03 02:53:22 +00:00
0% {
box-shadow: 0px 2px var(--white);
}
2023-05-03 02:53:22 +00:00
40% {
box-shadow: 0px 2px var(--accent);
}
2023-05-03 02:53:22 +00:00
60% {
box-shadow: 0px 2px var(--accent);
}
2023-05-03 02:53:22 +00:00
100% {
box-shadow: 0px 2px var(--white);
}
2021-04-17 08:43:23 +00:00
}
@media(max-height: 768px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
2021-04-17 08:43:23 +00:00
}
@media(max-height: 755px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-16by9::before {
padding-top: 42.25%;
}
2021-04-17 08:43:23 +00:00
}
@media(max-height: 640px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-16by9::before {
padding-top: 36.25%;
}
2021-04-17 08:43:23 +00:00
}
@media(max-height: 525px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-16by9::before {
padding-top: 26.25%;
}
2021-04-17 08:43:23 +00:00
}
@media(max-height: 414px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-16by9::before {
padding-top: 16.25%;
}
2021-04-17 08:43:23 +00:00
}
@media(max-height: 300px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-16by9::before {
padding-top: 14.5%;
}
2021-04-17 08:43:23 +00:00
}
@media(max-width: 580px) {
2023-05-03 02:53:22 +00:00
.embed-responsive-16by9::before {
padding-top: 100%;
}
2021-04-17 08:43:23 +00:00
}
@media(max-width: 555px) {
2023-05-03 02:53:22 +00:00
.metadata {
grid-template-columns: 1fr 1fr;
}
2021-04-17 08:43:23 +00:00
2023-05-03 02:53:22 +00:00
span#tags {
grid-column: 1/3;
}
2021-04-17 08:43:23 +00:00
2023-05-03 02:53:22 +00:00
a#prev:focus,
a#next:focus {
background: var(--nav-bg);
border-radius: 350px;
opacity: 0.6;
transition: .2s ease-in-out;
}
2022-01-02 05:52:52 +00:00
2023-05-03 02:53:22 +00:00
span#favs {
grid-column: 1/3 !important;
}
2022-01-02 05:52:52 +00:00
2021-04-17 08:43:23 +00:00
}
.post_source {
2023-05-03 02:53:22 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 20ch;
display: inline-block;
2021-04-17 08:43:23 +00:00
}
audio::-webkit-media-controls {
2023-05-03 02:53:22 +00:00
filter: invert(100%) contrast(2) opacity(95%) hue-rotate(180deg);
2021-04-17 08:43:23 +00:00
}
audio::-webkit-media-controls-timeline {
2023-05-03 02:53:22 +00:00
filter: contrast(0);
2021-04-22 02:12:40 +00:00
}
div.about>div {
2023-05-03 02:53:22 +00:00
float: right;
max-width: 500px;
margin-left: 5px;
2021-04-22 02:12:40 +00:00
}
div.about>div img {
2023-05-03 02:53:22 +00:00
max-width: 99%;
height: auto;
2021-04-22 02:12:40 +00:00
}
div.about>div p {
2023-05-03 02:53:22 +00:00
font-size: 7pt;
margin-top: 0;
2021-05-16 13:40:57 +00:00
}
2021-05-19 12:18:22 +00:00
/* loginform */
body[type='login'] {
2023-05-03 02:53:22 +00:00
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
2021-05-19 12:18:22 +00:00
}
2021-05-19 12:18:22 +00:00
.login-form {
2023-05-03 02:53:22 +00:00
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 20px;
background: rgba(0, 0, 0, 0.8);
border-radius: 10px;
border: 1px solid var(--accent);
2021-05-19 12:18:22 +00:00
}
2021-05-19 12:18:22 +00:00
.login-form button[type="submit"] {
2023-05-03 02:53:22 +00:00
width: 100%;
margin: 18px 0 9px 0;
background: var(--bg);
border: 1px solid var(--black);
color: var(--white);
opacity: 0.6;
padding: 8px 20px;
border-radius: 0;
overflow: hidden;
2021-05-19 12:18:22 +00:00
}
2021-05-19 12:18:22 +00:00
.login-form button[type="submit"]:hover {
2023-05-03 02:53:22 +00:00
cursor: pointer;
opacity: 1;
2021-05-19 12:18:22 +00:00
}
2021-05-19 12:18:22 +00:00
.login-form input {
2023-05-03 02:53:22 +00:00
background: var(--bg);
border: 1px solid var(--black);
padding: 5px;
color: #fff;
margin: 6px 0;
2021-05-19 12:18:22 +00:00
}
/* visualizer */
canvas {
2023-05-03 02:53:22 +00:00
position: absolute;
top: 1px;
/* This removes the ugly 1px line seen at the bottom when you hover over the audio element */
left: 0;
bottom: 0;
right: 0;
height: 100%;
width: 100%;
pointer-events: none;
2021-05-19 12:18:22 +00:00
}
2021-05-25 12:42:28 +00:00
/* tags */
2022-03-29 12:33:01 +00:00
span#tags {
2023-05-03 02:53:22 +00:00
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
line-height: 1.4;
padding: 5px;
2021-05-25 12:42:28 +00:00
}
span#tags>span {
2023-05-03 02:53:22 +00:00
display: inline-block;
margin-top: 2.5px;
margin-bottom: 2.5px;
2021-05-25 12:42:28 +00:00
}
2022-01-02 05:52:52 +00:00
input {
2023-05-03 02:53:22 +00:00
padding: 0;
margin: 0;
border: none;
color: #fff;
background-color: var(--badge-tag);
2021-05-25 12:42:28 +00:00
}
/* toasts */
div#flash {
2023-05-03 02:53:22 +00:00
position: fixed;
bottom: -28px;
z-index: 999;
left: 0;
width: 100%;
text-align: center;
font-weight: bold;
2021-05-25 12:42:28 +00:00
}
2021-05-25 12:42:28 +00:00
div#flash.error {
2023-05-03 02:53:22 +00:00
background-color: #fddfdf;
border-bottom: 2px solid #f1a899;
color: #5f3f3f;
2021-05-25 12:42:28 +00:00
}
2021-05-25 12:42:28 +00:00
div#flash.success {
2023-05-03 02:53:22 +00:00
background-color: #4caf50;
border-bottom: 2px solid #006018;
color: #001c07;
2021-05-25 12:42:28 +00:00
}
2021-05-25 12:42:28 +00:00
div#flash.warn {
2023-05-03 02:53:22 +00:00
background-color: #fffa90;
border-bottom: 2px solid #dad55e;
color: #777620;
2021-05-25 12:42:28 +00:00
}
2021-12-04 10:08:55 +00:00
/* sfw/nsfw indexpage */
div.posts>a>p {
2023-05-03 02:53:22 +00:00
height: 100%;
width: 100%;
position: absolute;
bottom: calc(0px - 12px);
2021-12-04 10:08:55 +00:00
}
div.posts>a>p:before {
2023-05-03 02:53:22 +00:00
content: "";
position: absolute;
right: 0;
bottom: -2px;
height: 10px;
width: 10px;
2021-12-04 10:08:55 +00:00
}
div.posts>a[data-mode="sfw"]>p:before {
2023-05-03 02:53:22 +00:00
background-color: #5cb85c;
2021-12-04 10:08:55 +00:00
}
div.posts>a[data-mode="nsfw"]>p:before {
2023-05-03 02:53:22 +00:00
background-color: #a72828;
2021-12-04 10:08:55 +00:00
}
div.posts>a[data-mode="null"]>p:before {
2023-05-03 02:53:22 +00:00
background-color: #dcd512;
/* untagged */
2021-12-04 10:08:55 +00:00
}
2021-12-18 18:52:18 +00:00
div#footbar {
2023-05-03 02:53:22 +00:00
width: 100%;
text-align: center;
margin-top: -30px;
transition: .2s ease-in-out;
user-select: none;
color: transparent;
2021-12-23 05:06:12 +00:00
}
/* avatar */
img.avatar {
2023-05-03 02:53:22 +00:00
height: auto;
position: relative;
2023-05-03 20:02:37 +00:00
width: 25px;
margin: 1px;
2023-05-03 02:53:22 +00:00
left: -7px;
top: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
2021-12-23 05:06:12 +00:00
}
2021-12-23 10:05:36 +00:00
/* log */
div.logwrap {
2023-05-03 02:53:22 +00:00
height: auto;
text-align: left;
2021-12-23 10:05:36 +00:00
}
div.logwrap>p {
2023-05-03 02:53:22 +00:00
line-height: 0;
2021-12-23 10:05:36 +00:00
}
2021-12-24 10:16:00 +00:00
/* ranking */
table.table {
2023-05-03 02:53:22 +00:00
border-collapse: collapse;
margin: 25px 0;
min-width: max-content;
2021-12-24 10:16:00 +00:00
}
2021-12-24 10:16:00 +00:00
table.table thead tr {
2023-05-03 02:53:22 +00:00
font-weight: bolder;
border-bottom: 1px solid var(--accent);
2021-12-24 10:16:00 +00:00
}
2022-03-24 19:29:36 +00:00
table.table tr {
2023-05-03 02:53:22 +00:00
line-height: 12px;
2022-03-24 19:29:36 +00:00
}
table.table th,
table.table td {
2023-05-03 02:53:22 +00:00
padding: 7px 15px;
text-align: center;
2021-12-24 10:16:00 +00:00
}
2022-01-05 19:21:50 +00:00
table.table tbody tr:nth-of-type(odd) {
2023-05-03 02:53:22 +00:00
background-color: var(--badge-tag);
2021-12-25 12:12:37 +00:00
}
2022-03-29 12:33:01 +00:00
.topf0ckers {
2023-05-03 02:53:22 +00:00
text-align: center;
padding: 15px;
margin: 5px;
2022-03-29 12:33:01 +00:00
}
2022-03-29 12:33:01 +00:00
.ranking {
2023-05-03 02:53:22 +00:00
display: grid;
grid-template-columns: auto;
justify-content: center;
2022-03-29 12:33:01 +00:00
}
2022-03-29 12:33:01 +00:00
.ranking div {
2023-05-03 02:53:22 +00:00
padding: 15px;
margin: 5px;
background: var(--nav-bg);
border: 1px solid black;
border-radius: 3px;
2022-03-29 12:33:01 +00:00
}
2022-03-29 12:33:01 +00:00
.by-user {
2023-05-03 02:53:22 +00:00
grid-column: 1;
2022-03-29 12:33:01 +00:00
}
2022-03-29 12:33:01 +00:00
.by-stats {
2023-05-03 02:53:22 +00:00
grid-column: 3;
2022-03-29 12:33:01 +00:00
}
2022-03-29 12:33:01 +00:00
.by-hoster {
2023-05-03 02:53:22 +00:00
grid-column: 2;
2022-03-29 12:33:01 +00:00
}
2021-12-25 12:12:37 +00:00
/* tags */
#tags .badge>a:first-child {
2023-05-03 02:53:22 +00:00
color: inherit !important;
text-shadow: 1px 1px black;
2021-12-24 10:16:00 +00:00
}
2021-12-26 16:26:30 +00:00
/* tooltips */
[tooltip] {
2023-05-03 02:53:22 +00:00
position: relative;
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]::before,
[tooltip]::after {
2023-05-03 02:53:22 +00:00
text-transform: none;
font-size: .9em;
line-height: 1;
user-select: none;
pointer-events: none;
position: absolute;
display: none;
opacity: 0;
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]::before {
2023-05-03 02:53:22 +00:00
content: '';
border: 5px solid transparent;
z-index: 1001;
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]::after {
2023-05-03 02:53:22 +00:00
content: attr(tooltip);
font-family: Helvetica, sans-serif;
text-align: center;
min-width: 3em;
max-width: 70em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 1ch 1.5ch;
border-radius: .3ch;
box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
background: var(--tooltip-bg, #333);
color: #fff;
z-index: 1000;
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]:hover::before,
[tooltip]:hover::after {
2023-05-03 02:53:22 +00:00
display: block;
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip='']::before,
[tooltip='']::after {
2023-05-03 02:53:22 +00:00
display: none !important;
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
2023-05-03 02:53:22 +00:00
bottom: 100%;
border-bottom-width: 0;
border-top-color: var(--tooltip-bg, #333);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
2023-05-03 02:53:22 +00:00
bottom: calc(100% + 5px);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
2023-05-03 02:53:22 +00:00
left: 50%;
transform: translate(-50%, -.5em);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="down"]::before {
2023-05-03 02:53:22 +00:00
top: 100%;
border-top-width: 0;
border-bottom-color: var(--tooltip-bg, #333);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="down"]::after {
2023-05-03 02:53:22 +00:00
top: calc(100% + 5px);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
2023-05-03 02:53:22 +00:00
left: 50%;
transform: translate(-50%, .5em);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="left"]::before {
2023-05-03 02:53:22 +00:00
top: 50%;
border-right-width: 0;
border-left-color: var(--tooltip-bg, #333);
left: calc(0em - 5px);
transform: translate(-.5em, -50%);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="left"]::after {
2023-05-03 02:53:22 +00:00
top: 50%;
right: calc(100% + 5px);
transform: translate(-.5em, -50%);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="right"]::before {
2023-05-03 02:53:22 +00:00
top: 50%;
border-left-width: 0;
border-right-color: var(--tooltip-bg, #333);
right: calc(0em - 5px);
transform: translate(.5em, -50%);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="right"]::after {
2023-05-03 02:53:22 +00:00
top: 50%;
left: calc(100% + 5px);
transform: translate(.5em, -50%);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
2023-05-03 02:53:22 +00:00
opacity: 1;
transform: translate(-50%, 0);
2021-12-26 16:26:30 +00:00
}
2021-12-26 16:26:30 +00:00
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
2023-05-03 02:53:22 +00:00
opacity: 1;
transform: translate(0, -50%);
2021-12-26 16:26:30 +00:00
}
.timeago:hover {
2023-05-03 02:53:22 +00:00
cursor: pointer;
2022-01-01 01:17:31 +00:00
}
/* buttons */
svg.iconset {
2023-05-03 02:53:22 +00:00
display: inline-block;
height: 18px;
width: 21px;
cursor: pointer;
background: #312c2c;
margin: 1px;
padding: 1px;
border: 1px outset #221d1d;
position: relative;
right: 2px;
}
svg.iconset:hover {
2023-05-03 02:53:22 +00:00
background: #7b7b77;
transition: .2s ease;
2022-01-01 01:17:31 +00:00
}
/* favorites */
span#favs {
2023-05-03 02:53:22 +00:00
text-align: left;
margin-left: 0;
grid-column: 1/4;
padding: 5px;
margin: 5px;
line-height: 0;
background: var(--badge-bg);
2022-01-02 05:52:52 +00:00
}
#favs>a img {
2023-05-03 02:53:22 +00:00
border: 2px solid var(--accent);
2022-01-01 01:17:31 +00:00
}
2022-01-04 20:04:36 +00:00
/* audio thumbnails */
a[data-mime^="audio"] {
2023-05-03 02:53:22 +00:00
background-color: var(--accent);
2022-01-04 20:04:36 +00:00
}
2022-03-23 04:59:11 +00:00
/* err page */
2022-05-21 09:30:23 +00:00
._error_wrapper {
2023-05-03 02:53:22 +00:00
display: flex;
justify-content: center;
2022-05-21 09:30:23 +00:00
}
2022-03-23 04:59:11 +00:00
.err {
2023-05-03 02:53:22 +00:00
display: grid;
grid-template-rows: auto;
grid-template-columns: auto;
margin: 50px;
background: #bb880b;
max-width: 100%;
width: 500px;
2022-03-23 04:59:11 +00:00
}
2022-05-21 09:30:23 +00:00
._error_topbar {
2023-05-03 02:53:22 +00:00
border-bottom: inset 2px gray;
text-align: left;
padding-left: 10px;
2022-05-21 09:30:23 +00:00
}
._error_content {
2023-05-03 02:53:22 +00:00
display: grid;
grid-template-columns: auto 1fr;
2022-05-21 09:30:23 +00:00
}
._error_message {
2023-05-03 02:53:22 +00:00
display: grid;
grid-template-columns: auto;
grid-template-rows: auto 1fr;
margin: 5px;
padding: 5px;
text-shadow: 1px 1px black;
text-align: left;
2022-05-21 09:30:23 +00:00
}
.err code {
2023-05-03 02:53:22 +00:00
font-weight: bold;
text-align: left;
align-self: baseline;
font-size: 15px;
2022-03-23 04:59:11 +00:00
}
.err img {
2023-05-03 02:53:22 +00:00
margin: 10px;
align-self: center;
2022-03-24 19:29:36 +00:00
}
/* Admin search css early test */
.admin-search {
2023-05-03 02:53:22 +00:00
margin-top: 15px;
display: flex;
justify-content: center;
}
.admin-search button {
2023-05-03 02:53:22 +00:00
background: var(--accent);
border: none;
color: var(--white);
padding: 15px;
}
.admin-search button:hover {
2023-05-03 02:53:22 +00:00
transition: .2s all;
opacity: 0.7;
cursor: pointer;
}
.admin-search input {
2023-05-03 02:53:22 +00:00
padding: 15px;
border: 1px solid var(--accent);
2022-05-06 12:20:11 +00:00
}
table img {
2023-05-03 02:53:22 +00:00
border: 1px solid;
2022-05-06 12:20:11 +00:00
}
.results {
2023-05-03 02:53:22 +00:00
padding: 5px;
}
.mview_desc {
2023-05-03 02:53:22 +00:00
visibility: hidden;
}
2022-05-07 15:35:43 +00:00
/* fix for mobile table view in search! */
@media screen and (max-width: 650px) {
2023-05-03 02:53:22 +00:00
table {
width: inherit;
}
thead {
display: none;
}
tr:nth-of-type(2n) {
background-color: inherit;
}
tr td:first-child {
float: right;
}
tbody td {
display: block;
box-shadow: 0px 1px 0px var(--accent);
}
tbody td:before {
content: attr(data-th);
display: block;
text-align: left;
}
table.table th,
table.table td {
padding: 5px;
margin: 5px;
display: flex;
}
table.table td img {
position: relative;
width: 100%;
}
.mview_desc {
visibility: visible;
}
2022-05-12 10:23:30 +00:00
}
2022-05-17 10:03:11 +00:00
/* icons */
.iconset#a_delete {
2023-05-03 02:53:22 +00:00
stroke: var(--accent);
2022-05-17 10:03:11 +00:00
}
2022-05-17 10:03:11 +00:00
.iconset#a_favo {
2023-05-07 16:38:29 +00:00
fill: var(--accent);
2022-05-17 10:03:11 +00:00
}
2022-05-18 15:55:34 +00:00
.imageDoor:hover:after {
2023-05-03 02:53:22 +00:00
content: "";
background-image: var(--hover-image);
height: 128px;
width: 128px;
display: inline-block;
position: absolute;
z-index: 999;
2022-05-18 15:55:34 +00:00
}
2022-10-22 23:22:19 +00:00
/* Fix for navbar on mobile devices */
@media (max-width: 768px) {
2023-05-03 02:53:22 +00:00
.navbar-nav {
display: grid !important;
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 0.25em;
}
2022-10-27 13:04:00 +00:00
}
2022-10-27 13:04:00 +00:00
/* Navbar Rework */
.navbar-nav-guests {
2023-05-03 02:53:22 +00:00
width: 100%;
display: flex;
flex-direction: column;
padding: 5px 0 5px 0;
margin-bottom: 0;
list-style: none;
margin: 0;
margin-right: 0px;
margin-left: 0px;
align-self: center;
margin-left: .5rem;
margin-right: .5rem;
2022-10-27 13:04:00 +00:00
}
.navbar-expand-lg .navbar-nav-guests {
2023-05-03 02:53:22 +00:00
flex-direction: row;
2022-10-27 13:04:00 +00:00
}
ul.navbar-nav-guests li.nav-item {
2023-05-03 02:53:22 +00:00
margin-right: .5rem;
2022-10-27 13:04:00 +00:00
}
.navbar-expand-lg .navbar-nav-guests .nav-link, .pagination > a, .pagination > span {
2023-05-03 02:53:22 +00:00
padding-right: .5rem;
padding-left: .5rem;
2022-10-27 13:04:00 +00:00
}
@media (max-width: 768px) {
2023-05-03 02:53:22 +00:00
ul.navbar-nav-guests {
display: grid !important;
grid-template-columns: 1fr 1fr;
grid-gap: .25em;
margin: 0;
padding: 5px;
}
ul.navbar-nav-guests li.nav-item {
margin-right: unset;
}
2023-05-03 02:53:22 +00:00
.nav-link.user {
justify-content: left;
}
2022-10-27 13:04:00 +00:00
}
.navigation-links-guest {
2023-05-03 02:53:22 +00:00
justify-content: center;
display: grid;
grid-template-columns: 1fr;
align-content: center;
width: 100%;
2022-10-27 13:26:50 +00:00
}
/* Pagination Responsiveness */
@media (max-width: 799px) {
2023-05-03 02:53:22 +00:00
.navbar-expand-lg .navbar-nav-guests .nav-link, .pagination > a, .pagination > span {
padding-right: 2px;
padding-left: 2px;
}
.pagination > a, .pagination > span {
margin-right: 2px;
margin-left: 2px;
}
.pagination {
justify-content: center !important;
}
2022-10-27 15:32:34 +00:00
}
/* mobile random button */
.random {
2023-05-03 02:53:22 +00:00
display: none;
2022-10-27 15:32:34 +00:00
}
@media (max-width: 768px) {
2023-05-03 02:53:22 +00:00
.metadata {
margin-bottom: 0;
}
.random {
width: 100%;
height: 100px;
transition: .5s ease-out;
display: block;
}
.random a {
width: 100%;
height: 100%;
}
.random a::after {
content: "";
}
.random:active {
background: #00000036;
}
2022-12-18 19:56:22 +00:00
}
2023-05-06 11:50:41 +00:00
/* fadeIn effect */
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
img#f0ck-image, div.imageDoor, div.posts a, video {
animation: 1s ease-out 0s 1 fadeIn;
}