phpBB

Code Changes

File: styles/prosilver/theme/content.css

  Unmodified   Added   Modified   Removed
Line 259Line 259
}

.postbody h3 img {

}

.postbody h3 img {

	/* Also see tweaks.css */

 
	vertical-align: bottom;
}


	vertical-align: bottom;
}


Line 276Line 275

.postbody img.postimage {
max-width: 100%;


.postbody img.postimage {
max-width: 100%;

 
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}

.search .postbody {

}

.search .postbody {

Line 491Line 493
	padding: 3px;
border: 1px solid transparent;
font-size: 1em;

	padding: 3px;
border: 1px solid transparent;
font-size: 1em;

 
	overflow-x: scroll;
word-wrap: normal;

}

.codebox p {
text-transform: uppercase;
border-bottom: 1px solid transparent;
margin-bottom: 3px;

}

.codebox p {
text-transform: uppercase;
border-bottom: 1px solid transparent;
margin-bottom: 3px;

	font-size: 0.8em;

	font-size: 0.8em !important;

	font-weight: bold;
display: block;
}

	font-weight: bold;
display: block;
}

Line 507Line 511
}

.codebox code {

}

.codebox code {

	/* Also see tweaks.css */

 
	overflow: auto;
display: block;
height: auto;
max-height: 200px;
white-space: normal;
padding-top: 5px;

	overflow: auto;
display: block;
height: auto;
max-height: 200px;
white-space: normal;
padding-top: 5px;

	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;

	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;

	line-height: 1.3em;
margin: 2px 0;
}

	line-height: 1.3em;
margin: 2px 0;
}

Line 671Line 674
	text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;

	text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;

	padding: 0 2px;

	padding: 2px 2px 0 2px;

	overflow: visible;
min-width: 8px;
}

	overflow: visible;
min-width: 8px;
}

Line 690Line 693
/* Poster profile block
----------------------------------------*/
.postprofile {

/* Poster profile block
----------------------------------------*/
.postprofile {

	/* Also see tweaks.css */

 
	margin: 5px 0 10px 0;
min-height: 80px;
border: 1px solid transparent;

	margin: 5px 0 10px 0;
min-height: 80px;
border: 1px solid transparent;

Line 841Line 843
.postbody .content::-webkit-scrollbar-thumb, #topicreview::-webkit-scrollbar-thumb, #post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, .3);
border-radius: 3px;

.postbody .content::-webkit-scrollbar-thumb, #topicreview::-webkit-scrollbar-thumb, #post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, .3);
border-radius: 3px;

 
}

#memberlist tr.inactive, #team tr.inactive {
font-style: italic;

}


}