Status
Not open for further replies.
savraot

Do a search in templates for .postbitlegacy .userinfo

Choose the postbit.css template and click on find, when you see a line like this:

Code:
.postbitlegacy .userinfo {
    border-right: 1px solid [URL=http://www.dragonbyte-tech.com/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]



}

Remove the border-right: 1px solid #000000 from there, I think that will solve it.

Remember to copy the template first, so if you mess something up you can paste back the original info.

Let me know if that works?
 
Ozzy47

Sorry, i can not find the Lines in postbit.css that you told me ( border-right: 1px solid #000000). ;)



My Style postbit.css (cut Version, text is to long):


PHP:
/*postbit legacy*/

.postbitlegacy hr, .eventbit hr {
	display: none;
}

blockquote.restore hr {
	display: block;
}

.postbitlegacy .postdetails, .eventbit .eventdetails {
	float: {vb:stylevar left};
	width: 100%;
	background: {vb:stylevar postbit_userinfo_background};
	_background-image: none;
}

.postbitlegacy .posthead .time {
	font: {vb:stylevar postbithead_font};
	color: {vb:stylevar postbithead_color};
}

.postbit .posthead .nodecontrols, .postbitlegacy .posthead .nodecontrols, .eventbit .eventhead .nodecontrols {
	position: absolute;
	color: {vb:stylevar postbithead_color};
	{vb:stylevar right}: 0;
	top: 0;
	width: 50% ;
	padding: 4px {vb:stylevar padding} 0;
	text-align: {vb:stylevar right};
	font: {vb:stylevar postbithead_font};
	vertical-align: middle;
}

.postbit .posthead .nodecontrols a, .postbitlegacy .posthead .nodecontrols a, .eventbit .eventhead .nodecontrols a {
	color: {vb:stylevar postbithead_color};
        top: -2px;
        position:relative;
}

.postbitlegacy .posthead .nodecontrols img, .eventbit .eventhead .nodecontrols img {
	position: relative;
	top: 2px;
	padding: 0;
}

.postbitlegacy .posthead .nodecontrols .postimod, .eventbit .eventhead .nodecontrols .postimod {
	top: 0px;
	position:relative;
	margin-{vb:stylevar left}: 5px;
}

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
	margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
	border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
	background: {vb:stylevar postbit_background};
	_background-image: none;
	padding-bottom: 1em;
}

.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
	padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding} {vb:stylevar padding};
	font: {vb:stylevar forum_msg_font};
	color: {vb:stylevar postbit_color};
}

.postbitlegacy .userinfo {
	float:{vb:stylevar left};
	position: relative;
	width:{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}}; 
	padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2};
	font-size: {vb:stylevar small_fontSize};
	display:block;
        background: {vb:stylevar postbit_userinfo_background};
	clear:both;
}

.postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {
	font-size: {vb:stylevar small_fontSize};
	display:block;
	clear:both;
}

.postbitlegacy .userinfo .username_container {
	margin-bottom: 8px;
}


.postbitlegacy .userinfo .username_container .memberaction {
	display: inline;
}

.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
	display:block;
	margin:{vb:math {vb:stylevar padding}/3} auto 0;
	text-align:{vb:stylevar left};
	width: auto;
	float: {vb:stylevar left};
	clear: both;
}

.postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img {
	border: {vb:stylevar postbitlegacy_avatar_border};
 	outline: {vb:stylevar postbitlegacy_avatar_outline};
 	max-width: {vb:math {vb:stylevar postbitlegacy_userinfo_width} - {vb:math {vb:stylevar padding}*2}- {vb:math {vb:stylevar postbitlegacy_avatar_outline.borderWidth}*2} - {vb:math {vb:stylevar postbitlegacy_avatar_border.borderWidth}*2}};
}

.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
	clear:{vb:stylevar right};
	font-size:{vb:stylevar font.fontSize}{vb:stylevar font.units};
	font-weight:bold;
	width: auto;
	max-width:{vb:math {vb:stylevar postbitlegacy_userinfo_width} - {vb:math {vb:stylevar padding}*2} - 20px};
	word-wrap:break-word;
}

.postbitlegacy .userinfo .guest.username, .eventbit .userinfo .guest.username {
	padding-top: {vb:math {vb:stylevar padding}/2};
	display:block;
	font-size: {vb:stylevar font.fontSize}{vb:stylevar font.units};
}

.postbitlegacy dl.userinfo_extra, .postbitlegacy dl.user_rep {
	margin: {vb:math {vb:stylevar padding}/2} 0;
	display:block;
	float: {vb:stylevar left};
	width: {vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}}; 
}
.postbitlegacy dl.userinfo_extra dt, .postbitlegacy dl.user_rep dt {
	float: {vb:stylevar left};
	text-align: {vb:stylevar left};
	/*color: {vb:stylevar shade_color};*/
	margin-{vb:stylevar right}: {vb:stylevar padding};
	margin-{vb:stylevar left}: 0;
	min-width:60px;
	width:auto !important;
	width:60px;
}

.postbitlegacy dl.userinfo_extra dt:after, .postbitlegacy dl.user_rep dt:after {
	content: ":";
}

.postbitlegacy dl.user_rep dt.blank:after {
	content: none;
}

.postbitlegacy dl.userinfo_extra dd, .postbitlegacy dl.userinfo_extra dd a, .postbitlegacy dl.user_rep dd {
	padding-bottom: 3px;
}

.postbitlegacy dl.user_rep img {
	margin-top: {vb:stylevar padding};
}

.postbitlegacy .imlinks {
	width: 100%;
	float: {vb:stylevar left};
}

.postbitlegacy .imlinks img {
	display:inline;
}

.postbitlegacy .title, .eventbit .title {
	display:block;
	padding: {vb:stylevar padding};
        padding-{vb:stylevar left}: 0;
	font: {vb:stylevar post_title_font};
}

.postbit .postfoot, .postbitlegacy .postfoot, .eventbit .eventfoot {
	display:block;
	position: relative;
	{vb:stylevar right}: 0;
	float: {vb:stylevar left};
	clear:both;
	/*vertical-align: bottom;*/
	background: transparent;
	/*height: {vb:math 16px + {vb:math 5px * 2}};*/
	font: {vb:stylevar postbit_control_font};
	width: 100%;
}

.postbitlegacy .postrow.has_after_content {
	padding-bottom: 4em;
}

.postbitlegacy .after_content {
	position: relative;
	width: 100%;
	clear: right;
}

.postbitlegacy .signature, .postbitlegacy .lastedited {
	margin-top: 1em;
	padding: 1em {vb:stylevar padding} 0;
}

.postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
	padding: 6px 0 4px;
	display:block;
	background: {vb:stylevar postbit_foot_background};
	_background-image: none;
	font: {vb:stylevar postbit_control_font};
	width: 100%;
	margin-{vb:stylevar right}: 10px;
}
.postbitlegacy .postfoot  .postcontrols, .postbit .postfoot  .postcontrols {
	float:{vb:stylevar right};
	padding-{vb:stylevar right}:{vb:stylevar padding};
	text-align:{vb:stylevar right};
	width:50%;
}

.postbitlegacy .postfoot .postlinking, .postbit .postfoot .postlinking {
	padding-{vb:stylevar left}:{vb:stylevar padding};
}

.postbitlegacy .postfoot .textcontrols img.inline, .postbit .postfoot .textcontrols img.inline {
	position: absolute;
	top: 2px;
	{vb:stylevar left}: -1px;
	margin-{vb:stylevar right}: 1px;
}
.postbitlegacy .postfoot .textcontrols span.seperator, .postbit .postfoot .textcontrols span.seperator {
	border-right:{vb:stylevar postfoot_separator_width} solid {vb:stylevar postfoot_separator_color};
	display: inline;
	width: {vb:stylevar postfoot_separator_width};
	margin: 0 5px;
}
.postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a,
.postbitlegacy .postfoot .textcontrols span.mobile, .postbit .postfoot .textcontrols span.mobile {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	padding-{vb:stylevar left}: {vb:math 3px+20px};
	border: {vb:stylevar postbit_control_border};
	background: {vb:stylevar postbit_control_background};
	_background-image: none;
	color: {vb:stylevar postbit_control_color};
	font: {vb:stylevar postbit_control_font};
	display:inline-block;
	/* margin needs to be left invariant of the text direction (LTR-RTL) */
	margin-left: 5px;
}


In my second Style there is all O.K

no_seperator.webp
 
Last edited:
Ozzy47 I think i can live with this very small Style issue.

Thank you for your very fast response and support. :D

As long i use vbulletin for my Site, i will be a livetime Dragonbyte Member.

GREAT TEAM, GREAT CODER, GREAT SUPPORT

Awesome :cool:
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,041
Customer rating
5.00 star(s) 1 ratings
Back
Top