Blame Identity/Webenv/App/phpBB/3.0.4/styles/prosilver/theme/content.css

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