Blame Extras/phpBB/3.0.4/styles/prosilver/theme/content.css

4c79b5
/* proSilver Content Styles
4c79b5
---------------------------------------- */
4c79b5
4c79b5
ul.topiclist {
4c79b5
	display: block;
4c79b5
	list-style-type: none;
4c79b5
	margin: 0;
4c79b5
}
4c79b5
4c79b5
ul.forums {
4c79b5
	background: #f9f9f9 none repeat-x 0 0;
4c79b5
}
4c79b5
4c79b5
ul.topiclist li {
4c79b5
	display: block;
4c79b5
	list-style-type: none;
4c79b5
	color: #777777;
4c79b5
	margin: 0;
4c79b5
}
4c79b5
4c79b5
ul.topiclist dl {
4c79b5
	position: relative;
4c79b5
}
4c79b5
4c79b5
ul.topiclist li.row dl {
4c79b5
	padding: 2px 0;
4c79b5
}
4c79b5
4c79b5
ul.topiclist dt {
4c79b5
	display: block;
4c79b5
	float: left;
4c79b5
	width: 50%;
4c79b5
	font-size: 1.1em;
4c79b5
	padding-left: 5px;
4c79b5
	padding-right: 5px;
4c79b5
}
4c79b5
4c79b5
ul.topiclist dd {
4c79b5
	display: block;
4c79b5
	float: left;
4c79b5
	border-left: 1px solid #FFFFFF;
4c79b5
	padding: 4px 0;
4c79b5
}
4c79b5
4c79b5
ul.topiclist dfn {
4c79b5
	/* Labels for post/view counts */
4c79b5
	display: none;
4c79b5
}
4c79b5
4c79b5
ul.topiclist li.row dt a.subforum {
4c79b5
	background-image: none;
4c79b5
	background-position: 0 50%;
4c79b5
	background-repeat: no-repeat;
4c79b5
	position: relative;
4c79b5
	white-space: nowrap;
4c79b5
	padding: 0 0 0 12px;
4c79b5
}
4c79b5
4c79b5
.forum-image {
4c79b5
	float: left;
4c79b5
	padding-top: 5px;
4c79b5
	margin-right: 5px;
4c79b5
}
4c79b5
4c79b5
li.row {
4c79b5
	border-top: 1px solid #FFFFFF;
4c79b5
	border-bottom: 1px solid #8f8f8f;
4c79b5
}
4c79b5
4c79b5
li.row strong {
4c79b5
	font-weight: normal;
4c79b5
	color: #000000;
4c79b5
}
4c79b5
4c79b5
li.row:hover {
4c79b5
	background-color: #f6f6f6;
4c79b5
}
4c79b5
4c79b5
li.row:hover dd {
4c79b5
	border-left-color: #CCCCCC;
4c79b5
}
4c79b5
4c79b5
li.header dt, li.header dd {
4c79b5
	line-height: 1em;
4c79b5
	border-left-width: 0;
4c79b5
	margin: 2px 0 4px 0;
4c79b5
	color: #FFFFFF;
4c79b5
	padding-top: 2px;
4c79b5
	padding-bottom: 2px;
4c79b5
	font-size: 1em;
4c79b5
	font-family: Arial, Helvetica, sans-serif;
4c79b5
	text-transform: uppercase;
4c79b5
}
4c79b5
4c79b5
li.header dt {
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5
4c79b5
li.header dd {
4c79b5
	margin-left: 1px;
4c79b5
}
4c79b5
4c79b5
li.header dl.icon {
4c79b5
	min-height: 0;
4c79b5
}
4c79b5
4c79b5
li.header dl.icon dt {
4c79b5
	/* Tweak for headers alignment when folder icon used */
4c79b5
	padding-left: 0;
4c79b5
	padding-right: 50px;
4c79b5
}
4c79b5
4c79b5
/* Forum list column styles */
4c79b5
dl.icon {
4c79b5
	min-height: 35px;
4c79b5
	background-position: 10px 50%;		/* Position of folder icon */
4c79b5
	background-repeat: no-repeat;
4c79b5
}
4c79b5
4c79b5
dl.icon dt {
4c79b5
	padding-left: 45px;					/* Space for folder icon */
4c79b5
	background-repeat: no-repeat;
4c79b5
	background-position: 5px 95%;		/* Position of topic icon */
4c79b5
}
4c79b5
4c79b5
dd.posts, dd.topics, dd.views {
4c79b5
	width: 8%;
4c79b5
	text-align: center;
4c79b5
	line-height: 2.2em;
4c79b5
	font-size: 1.2em;
4c79b5
}
4c79b5
4c79b5
dd.lastpost {
4c79b5
	width: 25%;
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
dd.redirect {
4c79b5
	font-size: 1.1em;
4c79b5
	line-height: 2.5em;
4c79b5
}
4c79b5
4c79b5
dd.moderation {
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
4c79b5
	display: block;
4c79b5
	padding-left: 5px;
4c79b5
}
4c79b5
4c79b5
dd.time {
4c79b5
	width: auto;
4c79b5
	line-height: 200%;
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
dd.extra {
4c79b5
	width: 12%;
4c79b5
	line-height: 200%;
4c79b5
	text-align: center;
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
dd.mark {
4c79b5
	float: right !important;
4c79b5
	width: 9%;
4c79b5
	text-align: center;
4c79b5
	line-height: 200%;
4c79b5
	font-size: 1.2em;
4c79b5
}
4c79b5
4c79b5
dd.info {
4c79b5
	width: 30%;
4c79b5
}
4c79b5
4c79b5
dd.option {
4c79b5
	width: 15%;
4c79b5
	line-height: 200%;
4c79b5
	text-align: center;
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
dd.searchby {
4c79b5
	width: 47%;
4c79b5
	font-size: 1.1em;
4c79b5
	line-height: 1em;
4c79b5
}
4c79b5
4c79b5
ul.topiclist dd.searchextra {
4c79b5
	margin-left: 5px;
4c79b5
	padding: 0.2em 0;
4c79b5
	font-size: 1.1em;
4c79b5
	color: #333333;
4c79b5
	border-left: none;
4c79b5
	clear: both;
4c79b5
	width: 98%;
4c79b5
	overflow: hidden;
4c79b5
}
4c79b5
4c79b5
/* Container for post/reply buttons and pagination */
4c79b5
.topic-actions {
4c79b5
	margin-bottom: 3px;
4c79b5
	font-size: 1.1em;
4c79b5
	height: 28px;
4c79b5
	min-height: 28px;
4c79b5
}
4c79b5
div[class].topic-actions {
4c79b5
	height: auto;
4c79b5
}
4c79b5
4c79b5
/* Post body styles
4c79b5
----------------------------------------*/
4c79b5
.postbody {
4c79b5
	padding: 0;
4c79b5
	line-height: 1.48em;
4c79b5
	color: #333333;
4c79b5
	width: 76%;
4c79b5
	float: left;
4c79b5
	clear: both;
4c79b5
}
4c79b5
4c79b5
.postbody .ignore {
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
.postbody h3.first {
4c79b5
	/* The first post on the page uses this */
4c79b5
	font-size: 1.7em;
4c79b5
}
4c79b5
4c79b5
.postbody h3 {
4c79b5
	/* Postbody requires a different h3 format - so change it here */
4c79b5
	font-size: 1.5em;
4c79b5
	padding: 2px 0 0 0;
4c79b5
	margin: 0 0 0.3em 0 !important;
4c79b5
	text-transform: none;
4c79b5
	border: none;
4c79b5
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	line-height: 125%;
4c79b5
}
4c79b5
4c79b5
.postbody h3 img {
4c79b5
	/* Also see tweaks.css */
4c79b5
	vertical-align: bottom;
4c79b5
}
4c79b5
4c79b5
.postbody .content {
4c79b5
	font-size: 1.3em;
4c79b5
}
4c79b5
4c79b5
.search .postbody {
4c79b5
	width: 68%
4c79b5
}
4c79b5
4c79b5
/* Topic review panel
4c79b5
----------------------------------------*/
4c79b5
#review {
4c79b5
	margin-top: 2em;
4c79b5
}
4c79b5
4c79b5
#topicreview {
4c79b5
	padding-right: 5px;
4c79b5
	overflow: auto;
4c79b5
	height: 300px;
4c79b5
}
4c79b5
4c79b5
#topicreview .postbody {
4c79b5
	width: auto;
4c79b5
	float: none;
4c79b5
	margin: 0;
4c79b5
	height: auto;
4c79b5
}
4c79b5
4c79b5
#topicreview .post {
4c79b5
	height: auto;
4c79b5
}
4c79b5
4c79b5
#topicreview h2 {
4c79b5
	border-bottom-width: 0;
4c79b5
}
4c79b5
4c79b5
/* Content container styles
4c79b5
----------------------------------------*/
4c79b5
.content {
4c79b5
	min-height: 3em;
4c79b5
	overflow: hidden;
4c79b5
	line-height: 1.4em;
4c79b5
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	font-size: 1em;
4c79b5
	color: #333333;
4c79b5
}
4c79b5
4c79b5
.content h2, .panel h2 {
4c79b5
	font-weight: normal;
4c79b5
	color: #989898;
4c79b5
	border-bottom: 1px solid #CCCCCC;
4c79b5
	font-size: 1.6em;
4c79b5
	margin-top: 0.5em;
4c79b5
	margin-bottom: 0.5em;
4c79b5
	padding-bottom: 0.5em;
4c79b5
}
4c79b5
4c79b5
.panel h3 {
4c79b5
	margin: 0.5em 0;
4c79b5
}
4c79b5
4c79b5
.panel p {
4c79b5
	font-size: 1.2em;
4c79b5
	margin-bottom: 1em;
4c79b5
	line-height: 1.4em;
4c79b5
}
4c79b5
4c79b5
.content p {
4c79b5
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	font-size: 1.2em;
4c79b5
	margin-bottom: 1em;
4c79b5
	line-height: 1.4em;
4c79b5
}
4c79b5
4c79b5
dl.faq {
4c79b5
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	font-size: 1.1em;
4c79b5
	margin-top: 1em;
4c79b5
	margin-bottom: 2em;
4c79b5
	line-height: 1.4em;
4c79b5
}
4c79b5
4c79b5
dl.faq dt {
4c79b5
	font-weight: bold;
4c79b5
	color: #333333;
4c79b5
}
4c79b5
4c79b5
.content dl.faq {
4c79b5
	font-size: 1.2em;
4c79b5
	margin-bottom: 0.5em;
4c79b5
}
4c79b5
4c79b5
.content li {
4c79b5
	list-style-type: inherit;
4c79b5
}
4c79b5
4c79b5
.content ul, .content ol {
4c79b5
	margin-bottom: 1em;
4c79b5
	margin-left: 3em;
4c79b5
}
4c79b5
4c79b5
.posthilit {
4c79b5
	background-color: #f3f3f3;
4c79b5
	color: #BCBCBC;
4c79b5
	padding: 0 2px 1px 2px;
4c79b5
}
4c79b5
4c79b5
.announce, .unreadpost {
4c79b5
	/* Highlight the announcements & unread posts box */
4c79b5
	border-left-color: #BCBCBC;
4c79b5
	border-right-color: #BCBCBC;
4c79b5
}
4c79b5
4c79b5
/* Post author */
4c79b5
p.author {
4c79b5
	margin: 0 15em 0.6em 0;
4c79b5
	padding: 0 0 5px 0;
4c79b5
	font-family: Verdana, Helvetica, Arial, sans-serif;
4c79b5
	font-size: 1em;
4c79b5
	line-height: 1.2em;
4c79b5
}
4c79b5
4c79b5
/* Post signature */
4c79b5
.signature {
4c79b5
	margin-top: 1.5em;
4c79b5
	padding-top: 0.2em;
4c79b5
	font-size: 1.1em;
4c79b5
	border-top: 1px solid #CCCCCC;
4c79b5
	clear: left;
4c79b5
	line-height: 140%;
4c79b5
	overflow: hidden;
4c79b5
	width: 100%;
4c79b5
}
4c79b5
4c79b5
dd .signature {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	clear: none;
4c79b5
	border: none;
4c79b5
}
4c79b5
4c79b5
.signature li {
4c79b5
	list-style-type: inherit;
4c79b5
}
4c79b5
4c79b5
.signature ul, .signature ol {
4c79b5
	margin-bottom: 1em;
4c79b5
	margin-left: 3em;
4c79b5
}
4c79b5
4c79b5
/* Post noticies */
4c79b5
.notice {
4c79b5
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	width: auto;
4c79b5
	margin-top: 1.5em;
4c79b5
	padding-top: 0.2em;
4c79b5
	font-size: 1em;
4c79b5
	border-top: 1px dashed #CCCCCC;
4c79b5
	clear: left;
4c79b5
	line-height: 130%;
4c79b5
}
4c79b5
4c79b5
/* Jump to post link for now */
4c79b5
ul.searchresults {
4c79b5
	list-style: none;
4c79b5
	text-align: right;
4c79b5
	clear: both;
4c79b5
}
4c79b5
4c79b5
/* BB Code styles
4c79b5
----------------------------------------*/
4c79b5
/* Quote block */
4c79b5
blockquote {
4c79b5
	background: #ebebeb none 6px 8px no-repeat;
4c79b5
	border: 1px solid #dbdbdb;
4c79b5
	font-size: 0.95em;
4c79b5
	margin: 0.5em 1px 0 25px;
4c79b5
	overflow: hidden;
4c79b5
	padding: 5px;
4c79b5
}
4c79b5
4c79b5
blockquote blockquote {
4c79b5
	/* Nested quotes */
4c79b5
	background-color: #bababa;
4c79b5
	font-size: 1em;
4c79b5
	margin: 0.5em 1px 0 15px;	
4c79b5
}
4c79b5
4c79b5
blockquote blockquote blockquote {
4c79b5
	/* Nested quotes */
4c79b5
	background-color: #e4e4e4;
4c79b5
}
4c79b5
4c79b5
blockquote cite {
4c79b5
	/* Username/source of quoter */
4c79b5
	font-style: normal;
4c79b5
	font-weight: bold;
4c79b5
	margin-left: 20px;
4c79b5
	display: block;
4c79b5
	font-size: 0.9em;
4c79b5
}
4c79b5
4c79b5
blockquote cite cite {
4c79b5
	font-size: 1em;
4c79b5
}
4c79b5
4c79b5
blockquote.uncited {
4c79b5
	padding-top: 25px;
4c79b5
}
4c79b5
4c79b5
/* Code block */
4c79b5
dl.codebox {
4c79b5
	padding: 3px;
4c79b5
	background-color: #FFFFFF;
4c79b5
	border: 1px solid #d8d8d8;
4c79b5
	font-size: 1em;
4c79b5
}
4c79b5
4c79b5
dl.codebox dt {
4c79b5
	text-transform: uppercase;
4c79b5
	border-bottom: 1px solid #CCCCCC;
4c79b5
	margin-bottom: 3px;
4c79b5
	font-size: 0.8em;
4c79b5
	font-weight: bold;
4c79b5
	display: block;
4c79b5
}
4c79b5
4c79b5
blockquote dl.codebox {
4c79b5
	margin-left: 0;
4c79b5
}
4c79b5
4c79b5
dl.codebox code {
4c79b5
	/* Also see tweaks.css */
4c79b5
	overflow: auto;
4c79b5
	display: block;
4c79b5
	height: auto;
4c79b5
	max-height: 200px;
4c79b5
	white-space: normal;
4c79b5
	padding-top: 5px;
4c79b5
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
4c79b5
	line-height: 1.3em;
4c79b5
	color: #8b8b8b;
4c79b5
	margin: 2px 0;
4c79b5
}
4c79b5
4c79b5
.syntaxbg		{ color: #FFFFFF; }
4c79b5
.syntaxcomment	{ color: #000000; }
4c79b5
.syntaxdefault	{ color: #bcbcbc; }
4c79b5
.syntaxhtml		{ color: #000000; }
4c79b5
.syntaxkeyword	{ color: #585858; }
4c79b5
.syntaxstring	{ color: #a7a7a7; }
4c79b5
4c79b5
/* Attachments
4c79b5
----------------------------------------*/
4c79b5
.attachbox {
4c79b5
	float: left;
4c79b5
	width: auto; 
4c79b5
	margin: 5px 5px 5px 0;
4c79b5
	padding: 6px;
4c79b5
	background-color: #FFFFFF;
4c79b5
	border: 1px dashed #d8d8d8;
4c79b5
	clear: left;
4c79b5
}
4c79b5
4c79b5
.pm-message .attachbox {
4c79b5
	background-color: #f3f3f3;
4c79b5
}
4c79b5
4c79b5
.attachbox dt {
4c79b5
	font-family: Arial, Helvetica, sans-serif;
4c79b5
	text-transform: uppercase;
4c79b5
}
4c79b5
4c79b5
.attachbox dd {
4c79b5
	margin-top: 4px;
4c79b5
	padding-top: 4px;
4c79b5
	clear: left;
4c79b5
	border-top: 1px solid #d8d8d8;
4c79b5
}
4c79b5
4c79b5
.attachbox dd dd {
4c79b5
	border: none;
4c79b5
}
4c79b5
4c79b5
.attachbox p {
4c79b5
	line-height: 110%;
4c79b5
	color: #666666;
4c79b5
	font-weight: normal;
4c79b5
	clear: left;
4c79b5
}
4c79b5
4c79b5
.attachbox p.stats
4c79b5
{
4c79b5
	line-height: 110%;
4c79b5
	color: #666666;
4c79b5
	font-weight: normal;
4c79b5
	clear: left;
4c79b5
}
4c79b5
4c79b5
.attach-image {
4c79b5
	margin: 3px 0;
4c79b5
	width: 100%;
4c79b5
	max-height: 350px;
4c79b5
	overflow: auto;
4c79b5
}
4c79b5
4c79b5
.attach-image img {
4c79b5
	border: 1px solid #999999;
4c79b5
/*	cursor: move; */
4c79b5
	cursor: default;
4c79b5
}
4c79b5
4c79b5
/* Inline image thumbnails */
4c79b5
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
4c79b5
	display: block;
4c79b5
	margin-bottom: 4px;
4c79b5
}
4c79b5
4c79b5
div.inline-attachment p {
4c79b5
	font-size: 100%;
4c79b5
}
4c79b5
4c79b5
dl.file {
4c79b5
	font-family: Verdana, Arial, Helvetica, sans-serif;
4c79b5
	display: block;
4c79b5
}
4c79b5
4c79b5
dl.file dt {
4c79b5
	text-transform: none;
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	font-weight: bold;
4c79b5
	font-family: Verdana, Arial, Helvetica, sans-serif;
4c79b5
}
4c79b5
4c79b5
dl.file dd {
4c79b5
	color: #666666;
4c79b5
	margin: 0;
4c79b5
	padding: 0;	
4c79b5
}
4c79b5
4c79b5
dl.thumbnail img {
4c79b5
	padding: 3px;
4c79b5
	border: 1px solid #666666;
4c79b5
	background-color: #FFF;
4c79b5
}
4c79b5
4c79b5
dl.thumbnail dd {
4c79b5
	color: #666666;
4c79b5
	font-style: italic;
4c79b5
	font-family: Verdana, Arial, Helvetica, sans-serif;
4c79b5
}
4c79b5
4c79b5
.attachbox dl.thumbnail dd {
4c79b5
	font-size: 100%;
4c79b5
}
4c79b5
4c79b5
dl.thumbnail dt a:hover {
4c79b5
	background-color: #EEEEEE;
4c79b5
}
4c79b5
4c79b5
dl.thumbnail dt a:hover img {
4c79b5
	border: 1px solid #d2d2d2;
4c79b5
}
4c79b5
4c79b5
/* Post poll styles
4c79b5
----------------------------------------*/
4c79b5
fieldset.polls {
4c79b5
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
4c79b5
}
4c79b5
4c79b5
fieldset.polls dl {
4c79b5
	margin-top: 5px;
4c79b5
	border-top: 1px solid #e2e2e2;
4c79b5
	padding: 5px 0 0 0;
4c79b5
	line-height: 120%;
4c79b5
	color: #666666;
4c79b5
}
4c79b5
4c79b5
fieldset.polls dl.voted {
4c79b5
	font-weight: bold;
4c79b5
	color: #000000;
4c79b5
}
4c79b5
4c79b5
fieldset.polls dt {
4c79b5
	text-align: left;
4c79b5
	float: left;
4c79b5
	display: block;
4c79b5
	width: 30%;
4c79b5
	border-right: none;
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
fieldset.polls dd {
4c79b5
	float: left;
4c79b5
	width: 10%;
4c79b5
	border-left: none;
4c79b5
	padding: 0 5px;
4c79b5
	margin-left: 0;
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
fieldset.polls dd.resultbar {
4c79b5
	width: 50%;
4c79b5
}
4c79b5
4c79b5
fieldset.polls dd input {
4c79b5
	margin: 2px 0;
4c79b5
}
4c79b5
4c79b5
fieldset.polls dd div {
4c79b5
	text-align: right;
4c79b5
	font-family: Arial, Helvetica, sans-serif;
4c79b5
	color: #FFFFFF;
4c79b5
	font-weight: bold;
4c79b5
	padding: 0 2px;
4c79b5
	overflow: visible;
4c79b5
	min-width: 2%;
4c79b5
}
4c79b5
4c79b5
.pollbar1 {
4c79b5
	background-color: #aaaaaa;
4c79b5
	border-bottom: 1px solid #747474;
4c79b5
	border-right: 1px solid #747474;
4c79b5
}
4c79b5
4c79b5
.pollbar2 {
4c79b5
	background-color: #bebebe;
4c79b5
	border-bottom: 1px solid #8c8c8c;
4c79b5
	border-right: 1px solid #8c8c8c;
4c79b5
}
4c79b5
4c79b5
.pollbar3 {
4c79b5
	background-color: #D1D1D1;
4c79b5
	border-bottom: 1px solid #aaaaaa;
4c79b5
	border-right: 1px solid #aaaaaa;
4c79b5
}
4c79b5
4c79b5
.pollbar4 {
4c79b5
	background-color: #e4e4e4;
4c79b5
	border-bottom: 1px solid #bebebe;
4c79b5
	border-right: 1px solid #bebebe;
4c79b5
}
4c79b5
4c79b5
.pollbar5 {
4c79b5
	background-color: #f8f8f8;
4c79b5
	border-bottom: 1px solid #D1D1D1;
4c79b5
	border-right: 1px solid #D1D1D1;
4c79b5
}
4c79b5
4c79b5
/* Poster profile block
4c79b5
----------------------------------------*/
4c79b5
.postprofile {
4c79b5
	/* Also see tweaks.css */
4c79b5
	margin: 5px 0 10px 0;
4c79b5
	min-height: 80px;
4c79b5
	color: #666666;
4c79b5
	border-left: 1px solid #FFFFFF;
4c79b5
	width: 22%;
4c79b5
	float: right;
4c79b5
	display: inline;
4c79b5
}
4c79b5
.pm .postprofile {
4c79b5
	border-left: 1px solid #DDDDDD;
4c79b5
}
4c79b5
4c79b5
.postprofile dd, .postprofile dt {
4c79b5
	line-height: 1.2em;
4c79b5
	margin-left: 8px;
4c79b5
}
4c79b5
4c79b5
.postprofile strong {
4c79b5
	font-weight: normal;
4c79b5
	color: #000000;
4c79b5
}
4c79b5
4c79b5
.avatar {
4c79b5
	border: none;
4c79b5
	margin-bottom: 3px;
4c79b5
}
4c79b5
4c79b5
.online {
4c79b5
	background-image: none;
4c79b5
	background-position: 100% 0;
4c79b5
	background-repeat: no-repeat;
4c79b5
}
4c79b5
4c79b5
/* Poster profile used by search*/
4c79b5
.search .postprofile {
4c79b5
	width: 30%;
4c79b5
}
4c79b5
4c79b5
/* pm list in compose message if mass pm is enabled */
4c79b5
dl.pmlist dt {
4c79b5
	width: 60% !important;
4c79b5
}
4c79b5
4c79b5
dl.pmlist dt textarea {
4c79b5
	width: 95%;
4c79b5
}
4c79b5
4c79b5
dl.pmlist dd {
4c79b5
	margin-left: 61% !important;
4c79b5
	margin-bottom: 2px;
4c79b5
}