Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Myspace UserCP Rewrite! Details »»
Myspace UserCP Rewrite!
Version: 3.00, by BlackThorn BlackThorn is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.3 Rating:
Released: 05-18-2010 Last Update: Never Installs: 15
Uses Plugins Auto-Templates
Code Changes Translations Is in Beta Stage  
No support by the author.

Removed.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-19-2010, 05:17 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<i>Reserved firts my posting!</i>
Reply With Quote
  #3  
Old 05-19-2010, 05:34 PM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this might help

Code:
 ADD BELOW THIS CODES !






.tborder
{
	background: #F0F2FA;
	color: #000000;
	border: 0px solid #989898;
}
.tcat
{
	background: #F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
	color: #333333;
	font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
	color: #333333;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #333333;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #FF4400;
	text-decoration: underline;
}
.thead
{
	background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
	color: #333333;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom:0px solid #8f95bf;
}
.thead a:link, .thead_alink
{
	color: #333333;
}
.thead a:visited, .thead_avisited
{
	color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #FF4400;
}
.alt1, .alt1Active
{
	background: #FBFBFD;
	color: #000000;
        
}
.alt2, .alt2Active
{
	background: #F0F2FA;
	color: #000000;
        
}

CSS
this is what his code for usercp.css looks like you want to delete the parts in red before you add it the the bottom of the existing script, I think I did
Reply With Quote
  #4  
Old 05-19-2010, 06:15 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by harleyparts View Post
lol oh :> na cant get it Do i add your usercp.css code below the orginal?

seems to all work but (ADD BELOW THIS CODES !) Dont really say enough

cant figure out were to put this to make it work!
Ops! calm down bro. Well, did you upload that AVATAR plug-in? And open your usercp.css and please never replace all codes. You must add, usercp.css TEXT folder codes, your usercp.css templates BELOW.

OR all codes replace with this usercp.css TEXT now.
Reply With Quote
  #5  
Old 05-19-2010, 06:21 PM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

replaced all the code with your text for USERCP_SHELL
replaced all the code with your text for USERCP template
added below the original code yours
Code:
 @charset "UTF-8";
#usercp_nav .blocksubhead a {
	display: inline;
}
#usercp_nav .blocksubhead a.usercp_blog {
	padding-{vb:stylevar left}: 0;
}
#usercp_content .formcontrols .blockrow .description { 
	margin-{vb:stylevar left}: 0;
}
/*
#usercp_content select {
	padding: 3px;
	margin-{vb:stylevar left}: {vb:stylevar padding};
	margin-bottom: 3px;
}
#usercp_content .formcontrols .blockrow label, #usercp_content .formcontrols .blockrow .group.multifield label, #usercp_content .formcontrols .blockrow .groupoption label {
	margin-bottom: 3px;
}
*/
#usercp_content .textpad {
	padding-top: {vb:stylevar padding};
}
.usercpimage {
	display:inline;
	margin-top: -{vb:math {vb:stylevar padding}/5};
}
#usercp_nav {
	float:{vb:stylevar left};
	width:200px;
	margin-{vb:stylevar right}:{vb:stylevar padding};
	margin-top: {vb:math {vb:stylevar padding}/2};

}
#usercp_nav .block {
        background: {vb:stylevar block_background};
        clear:both;
	font-size:{vb:stylevar mid_fontSize};
	-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
	-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
	padding-bottom:{vb:stylevar padding};
}
#usercp_nav .blockhead {
	-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
	-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
#usercp_nav h2.blockhead {
	font-weight:600;
}
#usercp_nav .blocksubhead {
	font:{vb:stylevar blocksubhead_font};
	color:{vb:stylevar blocksubhead_color};
	background: {vb:stylevar blocksubhead_background};
	padding:{vb:stylevar blocksubhead_padding};
	border-top:none;
	margin: 0 1px;
}
#usercp_content .cp_content {
	margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * 1}; 
}
#usercp_nav .blocksubhead img {
	vertical-align:middle;
}
#usercp_nav .blockbody {
        border: {vb:stylevar usercp_nav_blockbody_border};
        border-top: none;
        background: {vb:stylevar usercp_nav_blockbody_background};
}
#usercp_nav .blockrow {
        background: {vb:stylevar usercp_nav_blockbody_background};
        padding: 1px {vb:stylevar padding};
}
#usercp_nav hr {
        width: 80%;
        background: {vb:stylevar usercp_hr_seperator};
        height: 1px;
        color: {vb:stylevar usercp_hr_seperator};
}


#usercp_content {
	width: 100%;
	float: {vb:stylevar right};
	margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * -1};
	margin-top: {vb:math {vb:stylevar padding}/2};
	padding-bottom:2em;
}

#usercp_content > div,
#usercp_content > form {
	margin-{vb:stylevar left}: {vb:math (200px + {vb:stylevar padding})};
}

#usercp_nav.block {
	clear:none;
}

#usercp_nav.block,
#usercp_content .block {
	margin-bottom:1em;
}

#usercp_content .block {
	width: 100%;
	display:block;
	float: {vb:stylevar left};
}

#usercp_content form.block {
        float:none;
}

#usercp_content #threadlist {
	margin-top:0;
}

#usercp_content #threadlist .block {
	margin-bottom:{vb:stylevar padding};
}

#usercp_content .threadbit .threadimod {
	margin-top: 0;
}

#usercp_content #attachmentlist {
	margin-top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #attachmentlist #above_postlist {
	top: -{vb:math {vb:stylevar padding}*3};
}

#usercp_content #attachmentlist #above_postlist #postlist_popups {
	top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #above_postlist {
	position:absolute;
	margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_nav li {
	position: relative;
}

#usercp_nav li a {
	display: block;
	padding-top: 0;
	padding-{vb:stylevar right}: {vb:stylevar padding};
	padding-bottom: 0;
	padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*3};
}
#usercp_nav li a.usercp_folder-left {
	background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat {vb:stylevar padding} {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav li a.usercp_folder-right {
	background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat 175px {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav .blockrow {
	padding:0;
}

#usercp_nav .blockrow * a {
	line-height:2em;
	text-decoration:none;
}

#usercp_nav .blockrow * a:hover {
	background-color:{vb:stylevar imodhilite_backgroundColor};
	color:{vb:stylevar linkhover_color};
	text-decoration:none;
}

#usercp_nav .blockrow .active {
	background-color:{vb:stylevar imodhilite_backgroundColor};
}

#usercp_nav .blocksubhead.popupctrl {
	padding:0 {vb:stylevar padding};
}

#usercp_nav .blocksubhead.popupctrl a.popupctrl {
	padding: {vb:math {vb:stylevar padding}/2} 0;
}

/* vb4.0 - 28872 */
#usercp_nav a.popupctrl {
	overflow:hidden;
}

.controlbar {
	text-align:{vb:stylevar right};
}


#user_notifications a.textcontrol.inline {
	float:{vb:stylevar right};
}

#pending_friend_request_list {
	display: inline;
}

#customtitle {
	width:{vb:stylevar form_columnleft_width};
}

#resetcustomtitle {
	float:none;
	display:inline;
	padding-left:{vb:stylevar padding};
}

#currentcustomtitle {
	font-weight:bold;
	font-size:{vb:stylevar small_fontSize};
}

#display_options {
	clear:both;
	/* margin-top:3em; */
}

#postlist, #group-discussionlist, .pmlist {
	float:{vb:stylevar left};
/*	position:relative; */
	width: 100%;
}

#postlist.postlist_moderation {
	margin-top: {vb:math {vb:stylevar padding}*4};
	margin-bottom:0;
}

#group_discussionlist {
	position: relative;
	margin-top: {vb:math {vb:stylevar padding}*2};
}

#postlist #above_postlist, #group_discussionlist #above_postlist {
	width: 100%;
	position: absolute;
	{vb:stylevar right}: 0;
}


#postlist #above_postlist {
	top: -{vb:math {vb:stylevar padding}*3};
	width: 100%;
	clear:both;
}

#group_discussionlist #above_postlist {
	top: -{vb:math {vb:stylevar padding}*3};
}

#postlist #above_postlist .pagination, #group_discussionlist #above_postlist .pagination {
	position: absolute;
	{vb:stylevar right}: 0;
}

#group_discussionlist #above_postlist .pagination {
	top: -{vb:math {vb:stylevar padding}*1.5};
}

#postlist #above_postlist .pagination {
	margin-top: -{vb:math {vb:stylevar padding}*5.5};
	position: relative;
}

#postlist #above_postlist #postlist_popups {
	margin-top: {vb:stylevar padding};
}

#below_postlist #threadpagestats {
	float: {vb:stylevar left};
	margin-top: {vb:math {vb:stylevar padding}/2}
}

#group_discussionlist + #below_postlist {
	margin-bottom: 0;
}

#group_discussionlist + #below_postlist .pagination {
	float: {vb:stylevar right};
}

/* Subscriptions, moderation and other smaller threadlists */
#bitlist_info {
	margin-top:{vb:math {vb:stylevar padding} * 2}px;
	margin-bottom:{vb:math {vb:stylevar padding} * 2}px;
}

#forum_icon_legend {
	border: 1px solid #c8c8c8;
	clear:both;
}

#forum_icon_legend h5 {
	border-top: {vb:stylevar usercp_forum_icon_legend_border};
	border-bottom: {vb:stylevar usercp_forum_icon_legend_top_border};
	background: {vb:stylevar usercp_forum_icon_legend_background};
	text-transform: uppercase;
	font-weight:bold;
	font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
	padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dl {
	padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dt {
	float: {vb:stylevar left};
	clear: {vb:stylevar right};
	margin-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
}

#forum_icon_legend dd {
	margin-bottom: {vb:math {vb:stylevar padding}/2};
}

#usercp_content #forum_icon_legend {
	margin-top: {vb:stylevar padding};
}

#bitlist_info #subscription_navpopup {
	width:50%;
	float:{vb:stylevar right};
}

#reputationlist .summaryinfo,
#infractionslist .summaryinfo {
	padding-{vb:stylevar left}:{vb:stylevar padding};
	margin-{vb:stylevar left}:{vb:math {vb:stylevar padding}/2};
}

#reputationlist .summaryinfo .iteminfo,
#infractionslist .summaryinfo .iteminfo {
	margin-{vb:stylevar left}:{vb:stylevar padding};
}

/* Summary Bits - Reusable List Bits */
.summaryinfo {
	font-size:{vb:stylevar small_fontSize};
}

.summaryinfo {
	border-bottom:solid 1px {vb:stylevar light_border.borderColor};
}

.summaryinfo.neg {
	background:transparent url({vb:stylevar imgdir_reputation}/reputation_neg.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.pos {
	background:transparent url({vb:stylevar imgdir_reputation}/reputation_pos.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.balance {
	background:transparent url({vb:stylevar imgdir_reputation}/reputation_balance.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.redcard {
	background:transparent url({vb:stylevar imgdir_misc}/redcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.yellowcard {
	background:transparent url({vb:stylevar imgdir_misc}/yellowcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo:last-child {
	border-bottom:none;
}

.summaryinfo .userinfo {
	float:{vb:stylevar right};
	text-align:{vb:stylevar right};
}

.summaryinfo .user {
	font-size:{vb:stylevar font.fontSize};
}

.summaryinfo .iteminfo .title {
	font-weight:bold;
}

.visitormessage a.username {
	font-size:{vb:stylevar small_fontSize};
	padding-top:0.3em;
	display:block;
}

.blockrow.pendingfriends ul.commalist {
	display:inline;
}

.blockrow.pendingfriends ul.commalist li:last-child {
	margin-{vb:stylevar right}:0;
}

#usercp_content div.forumrow, #usercp_content .threadbit .discussionrow, #usercp_content .threadbit .nonsticky,
#usercp_content .threadbit .sticky, #usercp_content .threadlisthead, #usercp_content .threadbit .deleted {
/*	width: 99.8%; */
}

/*
#usercp_content .threadlisthead {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}*/

#usercp_content .postlist_moderation #above_postlist .pagination {
	position: absolute;
	top: {vb:math {vb:stylevar padding}*4};
}

#usercp_content #postlist_popups {
	margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_content .forumbit_post, #usercp_content .threadbit, #usercp_content .threadlisthead, #usercp_content .forumrow {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.threadbit .discussionrow .author {
	padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}

.threadlisthead .threadstats {
	text-align: center;
}
.clear { clear: both; }
#pmform {
	padding-top:0px;
}
div.blockhead div span {float:{vb:stylevar left}; clear:{vb:stylevar right};}
div.blockhead div div.popupmenu {display:block; float:{vb:stylevar right}; clear: {vb:stylevar left};}

#above_threadlist {
	padding-bottom:{vb:stylevar padding};
}
.popupgroup {
	float:{vb:stylevar right};
}


#usercp_content #below_postlist {
	padding-bottom:{vb:stylevar padding};
    float: {vb:stylevar left};
    width: 100%;
}
#usercp_content #pagination_bottom .pagination {
	float:{vb:stylevar right};
}



.tborder
{
	background: #F0F2FA;
	color: #000000;
	border: 0px solid #989898;
}
.tcat
{
	background: #F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
	color: #333333;
	font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
	color: #333333;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #333333;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #FF4400;
	text-decoration: underline;
}
.thead
{
	background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
	color: #333333;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom:0px solid #8f95bf;
}
.thead a:link, .thead_alink
{
	color: #333333;
}
.thead a:visited, .thead_avisited
{
	color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #FF4400;
}
.alt1, .alt1Active
{
	background: #FBFBFD;
	color: #000000;
        
}
.alt2, .alt2Active
{
	background: #F0F2FA;
	color: #000000;
        
}
and uploaded the plugin

BT- UserCP User AVATAR



seems to just be a css thing the rest is working i think, i will try uploading the plugin agiant.
Reply With Quote
  #6  
Old 05-19-2010, 06:28 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by harleyparts View Post
replaced all the code with your text for USERCP_SHELL
replaced all the code with your text for USERCP template
added below the original code yours
Code:
 @charset "UTF-8";
#usercp_nav .blocksubhead a {
	display: inline;
}
#usercp_nav .blocksubhead a.usercp_blog {
	padding-{vb:stylevar left}: 0;
}
#usercp_content .formcontrols .blockrow .description { 
	margin-{vb:stylevar left}: 0;
}
/*
#usercp_content select {
	padding: 3px;
	margin-{vb:stylevar left}: {vb:stylevar padding};
	margin-bottom: 3px;
}
#usercp_content .formcontrols .blockrow label, #usercp_content .formcontrols .blockrow .group.multifield label, #usercp_content .formcontrols .blockrow .groupoption label {
	margin-bottom: 3px;
}
*/
#usercp_content .textpad {
	padding-top: {vb:stylevar padding};
}
.usercpimage {
	display:inline;
	margin-top: -{vb:math {vb:stylevar padding}/5};
}
#usercp_nav {
	float:{vb:stylevar left};
	width:200px;
	margin-{vb:stylevar right}:{vb:stylevar padding};
	margin-top: {vb:math {vb:stylevar padding}/2};

}
#usercp_nav .block {
        background: {vb:stylevar block_background};
        clear:both;
	font-size:{vb:stylevar mid_fontSize};
	-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
	-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
	padding-bottom:{vb:stylevar padding};
}
#usercp_nav .blockhead {
	-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
	-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
	-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
#usercp_nav h2.blockhead {
	font-weight:600;
}
#usercp_nav .blocksubhead {
	font:{vb:stylevar blocksubhead_font};
	color:{vb:stylevar blocksubhead_color};
	background: {vb:stylevar blocksubhead_background};
	padding:{vb:stylevar blocksubhead_padding};
	border-top:none;
	margin: 0 1px;
}
#usercp_content .cp_content {
	margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * 1}; 
}
#usercp_nav .blocksubhead img {
	vertical-align:middle;
}
#usercp_nav .blockbody {
        border: {vb:stylevar usercp_nav_blockbody_border};
        border-top: none;
        background: {vb:stylevar usercp_nav_blockbody_background};
}
#usercp_nav .blockrow {
        background: {vb:stylevar usercp_nav_blockbody_background};
        padding: 1px {vb:stylevar padding};
}
#usercp_nav hr {
        width: 80%;
        background: {vb:stylevar usercp_hr_seperator};
        height: 1px;
        color: {vb:stylevar usercp_hr_seperator};
}


#usercp_content {
	width: 100%;
	float: {vb:stylevar right};
	margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * -1};
	margin-top: {vb:math {vb:stylevar padding}/2};
	padding-bottom:2em;
}

#usercp_content > div,
#usercp_content > form {
	margin-{vb:stylevar left}: {vb:math (200px + {vb:stylevar padding})};
}

#usercp_nav.block {
	clear:none;
}

#usercp_nav.block,
#usercp_content .block {
	margin-bottom:1em;
}

#usercp_content .block {
	width: 100%;
	display:block;
	float: {vb:stylevar left};
}

#usercp_content form.block {
        float:none;
}

#usercp_content #threadlist {
	margin-top:0;
}

#usercp_content #threadlist .block {
	margin-bottom:{vb:stylevar padding};
}

#usercp_content .threadbit .threadimod {
	margin-top: 0;
}

#usercp_content #attachmentlist {
	margin-top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #attachmentlist #above_postlist {
	top: -{vb:math {vb:stylevar padding}*3};
}

#usercp_content #attachmentlist #above_postlist #postlist_popups {
	top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #above_postlist {
	position:absolute;
	margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_nav li {
	position: relative;
}

#usercp_nav li a {
	display: block;
	padding-top: 0;
	padding-{vb:stylevar right}: {vb:stylevar padding};
	padding-bottom: 0;
	padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*3};
}
#usercp_nav li a.usercp_folder-left {
	background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat {vb:stylevar padding} {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav li a.usercp_folder-right {
	background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat 175px {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav .blockrow {
	padding:0;
}

#usercp_nav .blockrow * a {
	line-height:2em;
	text-decoration:none;
}

#usercp_nav .blockrow * a:hover {
	background-color:{vb:stylevar imodhilite_backgroundColor};
	color:{vb:stylevar linkhover_color};
	text-decoration:none;
}

#usercp_nav .blockrow .active {
	background-color:{vb:stylevar imodhilite_backgroundColor};
}

#usercp_nav .blocksubhead.popupctrl {
	padding:0 {vb:stylevar padding};
}

#usercp_nav .blocksubhead.popupctrl a.popupctrl {
	padding: {vb:math {vb:stylevar padding}/2} 0;
}

/* vb4.0 - 28872 */
#usercp_nav a.popupctrl {
	overflow:hidden;
}

.controlbar {
	text-align:{vb:stylevar right};
}


#user_notifications a.textcontrol.inline {
	float:{vb:stylevar right};
}

#pending_friend_request_list {
	display: inline;
}

#customtitle {
	width:{vb:stylevar form_columnleft_width};
}

#resetcustomtitle {
	float:none;
	display:inline;
	padding-left:{vb:stylevar padding};
}

#currentcustomtitle {
	font-weight:bold;
	font-size:{vb:stylevar small_fontSize};
}

#display_options {
	clear:both;
	/* margin-top:3em; */
}

#postlist, #group-discussionlist, .pmlist {
	float:{vb:stylevar left};
/*	position:relative; */
	width: 100%;
}

#postlist.postlist_moderation {
	margin-top: {vb:math {vb:stylevar padding}*4};
	margin-bottom:0;
}

#group_discussionlist {
	position: relative;
	margin-top: {vb:math {vb:stylevar padding}*2};
}

#postlist #above_postlist, #group_discussionlist #above_postlist {
	width: 100%;
	position: absolute;
	{vb:stylevar right}: 0;
}


#postlist #above_postlist {
	top: -{vb:math {vb:stylevar padding}*3};
	width: 100%;
	clear:both;
}

#group_discussionlist #above_postlist {
	top: -{vb:math {vb:stylevar padding}*3};
}

#postlist #above_postlist .pagination, #group_discussionlist #above_postlist .pagination {
	position: absolute;
	{vb:stylevar right}: 0;
}

#group_discussionlist #above_postlist .pagination {
	top: -{vb:math {vb:stylevar padding}*1.5};
}

#postlist #above_postlist .pagination {
	margin-top: -{vb:math {vb:stylevar padding}*5.5};
	position: relative;
}

#postlist #above_postlist #postlist_popups {
	margin-top: {vb:stylevar padding};
}

#below_postlist #threadpagestats {
	float: {vb:stylevar left};
	margin-top: {vb:math {vb:stylevar padding}/2}
}

#group_discussionlist + #below_postlist {
	margin-bottom: 0;
}

#group_discussionlist + #below_postlist .pagination {
	float: {vb:stylevar right};
}

/* Subscriptions, moderation and other smaller threadlists */
#bitlist_info {
	margin-top:{vb:math {vb:stylevar padding} * 2}px;
	margin-bottom:{vb:math {vb:stylevar padding} * 2}px;
}

#forum_icon_legend {
	border: 1px solid #c8c8c8;
	clear:both;
}

#forum_icon_legend h5 {
	border-top: {vb:stylevar usercp_forum_icon_legend_border};
	border-bottom: {vb:stylevar usercp_forum_icon_legend_top_border};
	background: {vb:stylevar usercp_forum_icon_legend_background};
	text-transform: uppercase;
	font-weight:bold;
	font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
	padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dl {
	padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dt {
	float: {vb:stylevar left};
	clear: {vb:stylevar right};
	margin-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
}

#forum_icon_legend dd {
	margin-bottom: {vb:math {vb:stylevar padding}/2};
}

#usercp_content #forum_icon_legend {
	margin-top: {vb:stylevar padding};
}

#bitlist_info #subscription_navpopup {
	width:50%;
	float:{vb:stylevar right};
}

#reputationlist .summaryinfo,
#infractionslist .summaryinfo {
	padding-{vb:stylevar left}:{vb:stylevar padding};
	margin-{vb:stylevar left}:{vb:math {vb:stylevar padding}/2};
}

#reputationlist .summaryinfo .iteminfo,
#infractionslist .summaryinfo .iteminfo {
	margin-{vb:stylevar left}:{vb:stylevar padding};
}

/* Summary Bits - Reusable List Bits */
.summaryinfo {
	font-size:{vb:stylevar small_fontSize};
}

.summaryinfo {
	border-bottom:solid 1px {vb:stylevar light_border.borderColor};
}

.summaryinfo.neg {
	background:transparent url({vb:stylevar imgdir_reputation}/reputation_neg.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.pos {
	background:transparent url({vb:stylevar imgdir_reputation}/reputation_pos.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.balance {
	background:transparent url({vb:stylevar imgdir_reputation}/reputation_balance.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.redcard {
	background:transparent url({vb:stylevar imgdir_misc}/redcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.yellowcard {
	background:transparent url({vb:stylevar imgdir_misc}/yellowcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo:last-child {
	border-bottom:none;
}

.summaryinfo .userinfo {
	float:{vb:stylevar right};
	text-align:{vb:stylevar right};
}

.summaryinfo .user {
	font-size:{vb:stylevar font.fontSize};
}

.summaryinfo .iteminfo .title {
	font-weight:bold;
}

.visitormessage a.username {
	font-size:{vb:stylevar small_fontSize};
	padding-top:0.3em;
	display:block;
}

.blockrow.pendingfriends ul.commalist {
	display:inline;
}

.blockrow.pendingfriends ul.commalist li:last-child {
	margin-{vb:stylevar right}:0;
}

#usercp_content div.forumrow, #usercp_content .threadbit .discussionrow, #usercp_content .threadbit .nonsticky,
#usercp_content .threadbit .sticky, #usercp_content .threadlisthead, #usercp_content .threadbit .deleted {
/*	width: 99.8%; */
}

/*
#usercp_content .threadlisthead {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}*/

#usercp_content .postlist_moderation #above_postlist .pagination {
	position: absolute;
	top: {vb:math {vb:stylevar padding}*4};
}

#usercp_content #postlist_popups {
	margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_content .forumbit_post, #usercp_content .threadbit, #usercp_content .threadlisthead, #usercp_content .forumrow {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.threadbit .discussionrow .author {
	padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}

.threadlisthead .threadstats {
	text-align: center;
}
.clear { clear: both; }
#pmform {
	padding-top:0px;
}
div.blockhead div span {float:{vb:stylevar left}; clear:{vb:stylevar right};}
div.blockhead div div.popupmenu {display:block; float:{vb:stylevar right}; clear: {vb:stylevar left};}

#above_threadlist {
	padding-bottom:{vb:stylevar padding};
}
.popupgroup {
	float:{vb:stylevar right};
}


#usercp_content #below_postlist {
	padding-bottom:{vb:stylevar padding};
    float: {vb:stylevar left};
    width: 100%;
}
#usercp_content #pagination_bottom .pagination {
	float:{vb:stylevar right};
}



.tborder
{
	background: #F0F2FA;
	color: #000000;
	border: 0px solid #989898;
}
.tcat
{
	background: #F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
	color: #333333;
	font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
	color: #333333;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #333333;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #FF4400;
	text-decoration: underline;
}
.thead
{
	background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
	color: #333333;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom:0px solid #8f95bf;
}
.thead a:link, .thead_alink
{
	color: #333333;
}
.thead a:visited, .thead_avisited
{
	color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #FF4400;
}
.alt1, .alt1Active
{
	background: #FBFBFD;
	color: #000000;
        
}
.alt2, .alt2Active
{
	background: #F0F2FA;
	color: #000000;
        
}
and uploaded the plugin

seems to just be a css thing the rest is working i think
I'm so sorry, i can't understand it but its still do not working?
Please send me your site info. I wanna look at that, if you want.
Reply With Quote
  #7  
Old 05-19-2010, 06:35 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by harleyparts View Post
Yay! Thats workin' awesome brother. But I cannot upload an avatar you know? I really love Harley Davidson with a blonde and BEER, LOL.

Well, if you want, you can change COLOR Styles in CSS template.

Lucky luck!
Reply With Quote
  #8  
Old 05-19-2010, 06:39 PM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its all pushed to the right when i look at it you useing IE?

post all your usercp.css in here for me to look at the whole thing with your code installed
Reply With Quote
  #9  
Old 05-19-2010, 06:44 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged....looks good this!!!! Harley if you have this working can you put up what i have to do with the template edits ??? im happy doing edits but want to know how you have done yours,or are you still having probs
Reply With Quote
  #10  
Old 05-19-2010, 06:46 PM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

but im still not right I have a css issue look
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04515 seconds
  • Memory Usage 2,346KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete