<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Adk Recent Topics
 * Version: 1.0
 * Official support: http://www.smfpersonal.net
 * Author: ^Heracles^
 * 2013
 * 
 * version smf 2.0*
 */

.ART_postBg {
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 5px;
	padding: 10px 15px !important;
	min-height: 180px;
}
.ART_postBg a {
	text-decoration: none;
}
.ART_bar {
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 40px;
	margin-bottom: 1px;
	overflow: hidden;
	padding-left: 9px;
}
h3.artbg {
	font-size: 1em;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	background: none repeat scroll 0 0 transparent;
	padding-right: 9px;
}
.ART_bar a {
	text-decoration: none;
	-moz-transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s;
}

h3.artbg img.icon {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}
.ART_nopost {
	font-weight: bold;
	height: 178px;
	text-align: center;
}

#ART_C_location ,#ART_C_content, #ART_C_display{
  width: 200px;
}
#ART_D_shadow ,#ART_D_border, #ART_D_link{
  width: 195px;
}

</pre></body></html>