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

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