<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS styles for WikiForum extension */
table.mw-wikiforum-frame {
	clear: both; /* @see http://bugzilla.shoutwiki.com/show_bug.cgi?id=190 */
	width: 100%;
	background: #f6f6f6;
	border: 1px dotted #ccc;
	margin-bottom: 1.2em;
}
td.mw-wikiforum-innerframe {
	border: 1px solid #ddd;
}

table.mw-wikiforum-headerrow {
	clear: both; /* @see http://bugzilla.shoutwiki.com/show_bug.cgi?id=190 */
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 1.2em;
	background: transparent;
}

table.mw-wikiforum-footerrow {
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}
td.mw-wikiforum-leftside {
	text-align: left;
}
td.mw-wikiforum-rightside {
	text-align: right;
}

table.mw-wikiforum-title {
	width: 100%;
	border-collapse: collapse;
	background: transparent;
}
table.mw-wikiforum-mainpage {
	width: 100%;
	border-collapse: collapse;
	background: transparent;
}
.mw-wikiforum-mainpage tr.mw-wikiforum-title {
	background: #f2ddce;
	height: 2.4em;
}
.mw-wikiforum-mainpage th.mw-wikiforum-lastpost {
	border-right: 1px solid #a3bfb1;
}
.mw-wikiforum-mainpage th.mw-wikiforum-title {
	border-left: 1px solid #a3bfb1;
}
.mw-wikiforum-mainpage td.mw-wikiforum-title {
	background: transparent;
	padding: 5px;
}
.mw-wikiforum-mainpage td.mw-wikiforum-value {
	background: transparent;
}

tr.mw-wikiforum-title {
	background: #cedff2;
	height: 3em;
}
th.mw-wikiforum-title {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #a3bfb1;
	border-top: 1px solid #a3bfb1;
}
th.mw-wikiforum-value {
	width: 90px;
	border-bottom: 1px solid #a3bfb1;
	border-top: 1px solid #a3bfb1;
	text-align: center;
}
th.mw-wikiforum-admin {
	border-bottom: 1px solid #a3bfb1;
	border-top: 1px solid #a3bfb1;
	text-align: right;
}
th.mw-wikiforum-lastpost {
	width: 180px;
	border-bottom: 1px solid #a3bfb1;
	border-top: 1px solid #a3bfb1;
	text-align: center;
}
p.mw-wikiforum-valuetitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
tr.mw-wikiforum-normal {
	background: #f5faff;
}
tr.mw-wikiforum-sticky {
	background: #e5eaff;
}
td.mw-wikiforum-title {
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #a3bfb1;
}
td.mw-wikiforum-value {
	border-bottom: 1px solid #a3bfb1;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
td.mw-wikiforum-admin {
	border-bottom: 1px solid #a3bfb1;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
p.mw-wikiforum-issue {
	font-weight: bold;
}
p.mw-wikiforum-thread {
}
p.mw-wikiforum-descr {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

span.small {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

table.mw-wikiforum-posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top: 1px dashed #999999;
	width: 100%;
	background: transparent;
	margin-top: 16px;
	margin-bottom: 6px;
}

th.mw-wikiforum-thread-top {
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #cef2e0;
	background: #e5eaff;
	text-align: left;
}
td.mw-wikiforum-thread-main {
	padding: 10px;
	border: 1px solid #cef2e0;
	background: #deeff3;
}
td.mw-wikiforum-thread-sub {
	padding: 0px 10px;
	border: 1px solid #cef2e0;
	background: #f0f0ea;
}

/* Search box */
#mw-wikiforum-searchbox {
	float: right;
	margin-bottom: 8px;
}

#mw-wikiforum-searchbox-border {
	border: 1px dotted #ccc;
	width: 200px;
	text-align: left;
	background: #f6f6f6;
}

#mw-wikiforum-searchbox-picture {
	margin-left: 5px;
	margin-right: 5px;
}

#txtSearch {
	border: 0;
	background: transparent;
}

/* Quote styling */
blockquote {
	padding: 10px;
	border: 1px dotted #ccc;
	background: #f9f9f9;
}

blockquote p.posted {
	color: #bbb;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-bottom: 1px dotted #999;
	background: transparent;
	margin-bottom: 6px;
	/*text-align: right;*/
	/* Jack: removed on 2 Jan 2011 because it makes very little sense and also
	because we don't want to have the avatars overlapping the "Posted by" line */
}

blockquote span {
	color: #bbb;
	font-family: Times New Roman;
	font-size: 30px;
	background: transparent;
	margin: 0 5px;
}

/* Align SocialProfile avatars to the right side and give it a bit of padding */
.wikiforum-avatar-image {
	float: right;
	padding-bottom: 5px;
}

/**
 * Fix for http://bugzilla.shoutwiki.com/show_bug.cgi?id=191 (long words do not wrap)
 *
 * @see http://stackoverflow.com/questions/7284990/css-how-to-break-long-words-in-a-table-td/11423675#11423675
 * @see http://webdesignerwall.com/tutorials/word-wrap-force-text-to-wrap
 */
td.mw-wikiforum-thread-main,
td.mw-wikiforum-thread-sub {
	word-wrap: break-word;
	word-break: break-all;
	table-layout: fixed;
}</pre></body></html>