<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles for pun_extended_bbcode extension */
/* Coded by Drijkoningen Dirk (Username: DiD)
/* Css3 properties supports Opera 10.5, IE9, Saf3+, Chrome, FF1+ */
.entry-content .newquote{
	border: 1px ridge #00579c;
	background-color: #dee4f3;
	padding: 3px;
	color: black;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}

.entry-content .newquote cite {
	font-weight: bold;
	color: #00579c;
}

.entry-content .newquote blockquote {
	background-color: white;
	padding: 3px;
	color: black;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	border: 1px inset #6495ed;
	width: 99%;
}

.entry-content .newquote blockquote p{
	font-style: italic;
}

.entry-content .newcodebox {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background: #dee4f3;
	background-image:url(code.png);
	background-repeat:no-repeat;
	border: solid #5C7B90;
	border-width: 1px 1px 1px 20px;
	color: #000000;
	margin: 10px 0 10px 10px;
	padding: 28px 10px 10px;
	width: 90%;
}
.entry-content .newcodebox:hover {
	background: #FAFAFA;
	background-image:url(code_h.png);
	background-repeat:no-repeat;
}

.entry-content .newcodebox pre code {
	font: 13px 'Courier New', Courier, monospace;
	line-height: 16px;
	max-height: 500px;
	min-height: 16px;
	overflow: auto;
}

div#box{
	border: 2px solid #00579c;
	background-color: #dee4f3;
	padding: 2px;
	color: black;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
div#note-outerbox{
	color: #517ca1;
	background-color: #ffffe1;
	padding: 4px;
	border-bottom: 3px solid #dcdcdc;
	border-left: 1px dotted #dcdcdc;
	border-right: 3px solid #dcdcdc;
	border-top: 1px dotted #dcdcdc;
	font-family: "Times New Roman", Times, serif;
	width: 50%;
}
div#note-innerbox{
	padding: 1px;
	color: #1e90ff;
	text-indent: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
div#spoiler-container{
	border: 1px solid #00579c;
	padding: 4px;
	color: black;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background-color: #dee4f3;
	font-weight: bold;
}
span#spoiler-button{
	width: 45px;
	min-width: 45px;
	height: 16px;
	min-height: 16px;
	color: White;
	padding: 2px;
	font-size: 0.8em;
	cursor: pointer;
	background: url(btn_n.png);
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	border: 0px;
	padding-top: 0px;
}
span#spoiler-button:hover{
	background: url(btn_h.png);
	background-repeat: no-repeat;
}
div#spoiler-hidebox{
	margin-top: 4px;
	border: 1px solid gray;
	font: 90%;
	color: #333333;
	padding: 3px;
	background-color: White;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	display: none;
	font-weight: normal;
}
.brd .entry-content .css-center{
	text-align: center;
}
.brd .entry-content .css-center p{
	text-align: center;
}
.brd .entry-content .css-right{
	text-align: right;
}
.brd .entry-content .css-right p{
	text-align: right;
}
.brd .entry-content .css-justify{
	text-align: justify;
}
.brd .entry-content .css-justify p{
	text-align: justify;
}</pre></body></html>