<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
	font-size: var(--bs-body-font-size);
}
body{
	word-wrap: break-word;
    /* word-break: break-word; */
}
.hidden {
	display: none;
}

.post-ignore .postbody {
	display: none;
}
.post h3 a.first-unread,
.post:target h3 a {
	color: var(--bs-body-color);
}
.darkenwrapper {
	display: none;
	position: relative;
	z-index: 44;
}

.loading_indicator {
	display: none;
	margin-top: -50px;
	margin-left: -50px;
	height: 50px;
	width: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1001;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	animation: 0.75s linear infinite spinner-border;
}
.nojs .dropdown:hover .dropdown-menu{
	display: block;
}
/* .navbar-nav {
	overflow: hidden;
}

.navbar-nav:has(.show) {
	overflow: initial;
} */
/***
HIDE LINKS LABELS AFTER THE DIVIDER (LINKS OF RIGHT SIDE)
.compact.navbar-expand .divider ~ .nav-item span {
    display: none;
}
HIDE LINKS LABELS BEFORE THE DIVIDER (LINKS OF LEFT SIDE)
.compact.navbar-expand li:not(.quick-links):not(.divider ~ .nav-item) span {
    display: none;
}
***/
.navbar:not(.navbar-expand) .navbar-nav .nav-item {
	padding-block: 0.25rem;
}
.compact.navbar-expand .divider ~ .nav-item[data-skip-responsive="true"] &gt; a &gt; span {
    display: none;
}
/* .compact.navbar-expand [data-skip-responsive] span{
  display: none;
} */
.navbar-expand .navbar-nav {
	align-items: center;
}
header .breadcrumbs {
	overflow-x: auto;
	scrollbar-width: none;
	overscroll-behavior-y: contain;
}

header .breadcrumbs:hover {
	overflow-x: auto;
	scrollbar-width: thin;
}

@media (min-width: 768px) {
	header .breadcrumbs::-webkit-scrollbar {
		height: 0;
	}
	header .breadcrumbs:hover::-webkit-scrollbar {
		height: 0.5rem;
	}

	header .breadcrumbs::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 100vw;
	}
}

header .breadcrumbs .crumb,
.nav-item {
	white-space: nowrap;
}

@media (max-width: 768px) and (pointer: coarse) {
	header .breadcrumbs::-webkit-scrollbar,
	header .breadcrumbs .crumb::-webkit-scrollbar {
		display: none;
	}
	header .breadcrumbs .crumb {
		scrollbar-width: none;
	}
	header .breadcrumbs {
		scroll-snap-type: x mandatory;
	}
	header .breadcrumbs .crumb {
		width: 100%;
		flex-shrink: 0;
		scroll-snap-align: center;
		overflow: auto;
	}
}

.breadcrumbs-fade {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background-image: linear-gradient(
		var(--deg, 90deg),
		var(--bs-light),
		0%,
		var(--bs-light),
		10%,
		transparent,
		100%,
		transparent
	);
}
/*
.breadcrumbs-animation {
	height: 20px;
	background-image: url("./images/touch.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: pointerAnimation ease 500ms 250ms 3;
}

[data-bs-theme="dark"] .breadcrumbs-animation {
    filter: invert(1);
}*/

.fadeOut {
	animation: fadeOut 250ms ease-out forwards;
}
/*
@media (pointer: fine) {
	.breadcrumbs-animation {
		background-image: url("./images/mouse.svg");
	}
}*/

@keyframes pointerAnimation {
	0% {
		transform: translateX(-20px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(-20px);
	}
}

@keyframes fadeOut {
	50% {
		opacity: 0;
		height: 1px;
	}
	100% {
		opacity: 0;
		height: 0px;
	}
}
.branding h1,
.branding p {
	margin: 0;
}

.site_logo {
	background-image: url(./images/site_logo.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 149px;
	height: 52px;
}

.header-avatar img {
	max-width: 25px;
	max-height: 25px;
	vertical-align: bottom;
}

.quick-links &gt; .dropdown-toggle::after,
.notifications.dropdown-toggle::after,
.responsive-menu-footer .dropdown-toggle::after {
	display: none;
}

.notifications-list ul {
	max-height: 360px;
	overflow: auto;
}

.crumb + .crumb::before {
	content: "\2039";
	font-weight: bold;
	padding: 0 0.5em;
}
/*
@media (max-width: 768px) and (pointer: coarse) {
	#nav-breadcrumbs .crumb + .crumb::before {
		display: inline-block;
		animation: slide ease 750ms 5;
	}
	@keyframes slide {
		0% {
			translate: 0;
		}
		100% {
			translate: -0.25em;
		}
	}
}*/
.icon-mark {
	opacity: 0;
	position: absolute;
	top: 30%;
	right: 0;
	pointer-events: none;
	background-color: var(--bs-light);
	transition: opacity 250ms ease-in;
}
@media (pointer: coarse) {
	.icon-mark {
		opacity: 1;
		pointer-events: all;
	}
}
.notification-item:hover .icon-mark {
	opacity: 1;
	pointer-events: all;
}

.notification-list img {
	max-width: 50px;
	max-height: 50px;
}

.notifications ~ .dropdown-menu {
	width: min(340px, 90vw);
}

.username {
	text-decoration: none;
}

.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
	text-decoration: none;
}

.postlink,
.attachment-filename {
	word-wrap: break-word;
	word-break: break-word;
}

.forum-icon {
	display: flex;
	grid-row: 1 / -1;
	grid-column: 1 / -1;
	font-size: calc(var(--bs-body-font-size) * 2);
	color: var(--bs-light);
}

.forum-icon-svg {
	display: flex;
	grid-row: 1 / -1;
	grid-column: 1 / -1;
	width: calc(var(--bs-body-font-size) * 2);
	height: calc(var(--bs-body-font-size) * 2);
	fill: var(--bs-light);
}

.unread-icon-link {
	grid-row: 1 / -1;
	grid-column: 1 / -1;
}

/* Icon styles
---------------------------------------- */
.fa.icon-blue,
a:hover .fa.icon-blue {
	color: var(--bs-blue, #196db5);
}

.fa.icon-green,
a:hover .fa.icon-green {
	color: var(--bs-green, #1b9a1b);
}

.fa.icon-red,
a:hover .fa.icon-red {
	color: var(--bs-pink, #bc2a4d);
}

.fa.icon-orange,
a:hover .fa.icon-orange {
	color: var(--bs-orange, #ff6600);
}

.fa.icon-bluegray,
a:hover .fa.icon-bluegray {
	color: var(--bs-gray-700, #536482);
}

.fa.icon-gray,
a:hover .fa.icon-gray {
	color: var(--bs-gray-600, #777777);
}

.fa.icon-lightgray,
a:hover .fa.icon-lightgray {
	color: rgba(var(--bs-secondary-rgb), 0.6);
}

.fa.icon-black,
a:hover .fa.icon-black {
	color: var(--bs-gray-dark, #333333);
}

/* Post poll styles
----------------------------------------*/

fieldset.polls ul {
	min-height: 20px;
}

.vote-submitted {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #dcdee2;
	border-top-color: var(--bs-gray-300);
	color: rgba(var(--bs-secondary-rgb), 0.9);
}

fieldset.polls dl.voted {
	color: rgb(var(--bs-black-rgb, #000000));
}

fieldset.polls .resultbar div {
	min-width: 20px;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	font-size: 0.95em;
	margin: 1em 1px 1em 10px;
	padding: 5px;
	border-inline-start: 3px solid var(--bs-primary);
	background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

blockquote blockquote {
	/* Nested quotes */
	font-size: 1em;
	margin: 2em 1px 2em 15px;
	background-color: rgba(var(--bs-secondary-rgb), 0.1);
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote cite:before,
.uncited:before {
	padding-right: 5px;
}

blockquote cite &gt; span {
	float: right;
	font-weight: normal;
}

blockquote cite:before,
.uncited:before {
	content: "\f10d";
}

blockquote cite:before,
.uncited:before {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote cite:before,
.uncited:before {
	padding-right: 5px;
}

.postbody .content li blockquote {
	overflow: inherit;
	margin-left: 0;
}

/* Code block */
.codebox {
	background-color: var(--bs-tertiary-bg);
	border: 1px solid var(--bs-border-color);
	font-size: 1em;
	margin: 1em 0 1.2em 0;
	word-wrap: normal;
}

.codebox p {
	text-transform: uppercase;
	border-bottom: 1px px solid var(--bs-border-color);
	margin-bottom: 0;
	padding: 3px;
	font-size: 0.8em !important;
	font-weight: bold;
	display: block;
}

blockquote .codebox {
	margin-left: 0;
}

.codebox code {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	padding: 5px 3px;
	font: 0.9em Monaco, "Andale Mono", "Courier New", Courier, monospace;
	line-height: 1.3em;
	color: var(--bs-green);
}

/* Attachments
----------------------------------------*/
.attachbox {
	font-size: 0.8rem;
	width: max-content;
	border: 1px dashed transparent;
}

.attachbox dd {
	overflow-x: auto;
	overflow-y: hidden;
}

.attachbox p {
	line-height: 110%;
	font-weight: normal;
	color: rgba(var(--bs-secondary-rgb), 0.9);
}

.attachbox p.stats {
	line-height: 110%;
	font-weight: normal;
	color: rgba(var(--bs-secondary-rgb), 0.9);
}

.attach-image {
	margin: 3px 0;
	max-width: 100%;
}

.attach-image img {
	border: 1px solid rgba(var(--bs-secondary-rgb), 0.6);
	cursor: default;
}

/* Inline image thumbnails */

dl.thumbnail dd {
	font-style: italic;
	color: rgba(var(--bs-secondary-rgb), 0.9);
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

dl.thumbnail dt a:hover img {
	border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
}

.pm-message .attachbox {
	background-color: var(--bs-light);
}

dl.thumbnail dt a:hover {
	background-color: var(--bs-gray-200);
}

/* Tables
----------------------------------------*/
.postprofile {
	display: grid;
	grid-template-areas:
		"img ."
		"img rank";
	grid-template-columns: minmax(0px, max-content) auto;
	align-items: center;
}

.postprofile li:first-child {
	grid-area: img;
}

.postprofile .profile-rank {
	grid-area: rank;
}
.no-avatar-img-sm {
	width: 1.125rem;
	height: 1.125rem;
}
.no-avatar-img-mid {
	width: 3.125rem;
	height: 3.125rem;
}

.no-avatar-img {
	width: 5.625rem;
	height: 5.625rem;
}

@media (max-width: 768px) {
	.postprofile .avatar-container img,
	.postprofile svg {
		max-width: 40px;
		height: auto;
	}
	.postprofile {
		border-bottom: 1px solid var(--bs-border-color);
	}
	.no-avatar-icon {
		font-size: 2.5rem;
		display: none !important;
	}
}

@media (min-width: 768px) {
	.avatar-container img {
		max-width: 100%;
		height: auto;
	}
	.postprofile {
		border-inline-start: 1px solid var(--bs-border-color);
	}
	.no-avatar-icon {
		font-size: 5.625rem;
		display: none !important;
	}
}

.contact-icon {
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 32px;
}

/* Icon images
---------------------------------------- */

.contact-icon {
	background-image: url("./images/icons_contact.svg");
}

/* Profile &amp; navigation icons */
.pm-icon {
	background-position: 2px 0;
}
.email-icon {
	background-position: -30px 0;
}
.jabber-icon {
	background-position: -80px 0;
}
.phpbb_icq-icon {
	background-position: -97px 0;
}
.phpbb_website-icon {
	background-position: -63px 0;
}
.phpbb_youtube-icon {
	background-position: -126px 0;
}
.phpbb_facebook-icon {
	background-position: -156px 0;
}
.phpbb_skype-icon {
	background-position: -188px 0;
}
.phpbb_twitter-icon {
	background-position: -221px 0;
}
.phpbb_yahoo-icon {
	background-position: -258px 0;
}

.contact-icons {
	min-width: 0;
	padding: 0;
	font-size: 0;
}

.column1 ul &gt; li &gt; *:not(:first-child),
.column2 ul &gt; li &gt; *:not(:first-child) {
	justify-self: start;
}

.notification_list img {
	max-width: 50px;
	max-height: 50px;
}

.notifications_avatar &gt; *:first-child {
	align-self: center;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: var(--bs-body-color);
}
.pmlist .bg1 {
	border-color: transparent !important;
}
/* PM marking colours */
.pmlist li.pm_message_reported_colour,
.pm_message_reported_colour {
	border-color: var(--bs-pink) !important;
}

.pmlist li.pm_marked_colour,
.pm_marked_colour {
	border-color: var(--bs-orange) !important;
}

.pmlist li.pm_replied_colour,
.pm_replied_colour {
	border-color: var(--bs-gray-600) !important;
}

.pmlist li.pm_friend_colour,
.pm_friend_colour {
	border-color: var(--bs-primary) !important;
}

.pmlist li.pm_foe_colour,
.pm_foe_colour {
	border-color: rgb(var(--bs-black-rgb)) !important;
}

.active {
	--bs-bg-opacity: 0.1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity));
}

.active:hover {
	color: var(--bs-white);
}

#minitabs .end-0 {
	right: auto !important;
}

.smilies {
	vertical-align: text-bottom;
}

.emoji {
	min-height: 18px;
	min-width: 18px;
	height: 1em;
	width: 1em;
}
</pre></body></html>