phpBB

Code Changes

File: styles/prosilver/theme/content.css

  Unmodified   Added   Modified   Removed
Line 1Line 1
/* proSilver Content Styles

/* Content Styles

---------------------------------------- */

ul.topiclist {

---------------------------------------- */

ul.topiclist {

Line 44Line 44

ul.topiclist dfn {
/* Labels for post/view counts */


ul.topiclist dfn {
/* Labels for post/view counts */

	display: none;



	position: absolute;
left: -999px;
width: 990px;

}

ul.topiclist li.row dt a.subforum {

}

ul.topiclist li.row dt a.subforum {

Line 128Line 130
	text-align: center;
line-height: 2.2em;
font-size: 1.2em;

	text-align: center;
line-height: 2.2em;
font-size: 1.2em;

 
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
list-style-position: inside;
margin-left: 1em;
}

dl.icon dt li {
display: list-item;
list-style-type: inherit;

}

dd.lastpost {

}

dd.lastpost {

Line 278Line 292

#topicreview h2 {
border-bottom-width: 0;


#topicreview h2 {
border-bottom-width: 0;

 
}

.post-ignore .postbody {
display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
/* This will only work in IE7+, plus the others */
overflow: auto;
max-height: 300px;
}

#expand
{
clear: both;

}

/* Content container styles

}

/* Content container styles

Line 289Line 321
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
color: #333333;

	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
color: #333333;

 
	padding-bottom: 1px;

}

.content h2, .panel h2 {

}

.content h2, .panel h2 {

Line 751Line 784
	margin-left: 61% !important;
margin-bottom: 2px;
}

	margin-left: 61% !important;
margin-bottom: 2px;
}