This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

User on left side

Support for your styles questions
Forum rules
** AND PLEASE PROVIDE A LINK TO YOUR SITE THAT YOU NEED HELP WITH! OR I MIGHT NOT HELP YOU **
Post Reply
Bethel

User on left side

Post by Bethel »

Is it possible to switch the position of the username who did the posting on the left side? The "extremdark red" style shows the username on the right side, which i am not used to ^^
I just want to know if it's possible and how ^^

Thanks in advance!
-------------------------------------------------------------------------------------------------------------------------
smile_angry [cisco_note]this is the last freaking time i edit your spamming post, do it one more time, and you are banned, consider this your last warning![/cisco_note]
Last edited by Bethel on Tue Aug 09 2011 9:19 pm, edited 1 time in total.
User avatar
Sniper_E
Support Team
Support Team
Posts: 197
Joined: Fri May 06 2011 3:09 pm
Real name: Ed
Country Flag: United States
Location: Shreveport, LA

Re: User on left side

Post by Sniper_E »

Switching Postbody and Postprofile (Left to Right)

Open the ./styles/prosilver/theme/content.css

Code: Select all

/* Post body styles
----------------------------------------*/
.postbody {
    padding: 0;
    line-height: 1.48em;
    color: #333333;
    width: 76%;        // change to width: 80%;
    float: left;        // change to float: right;
    clear: both;
}

.postbody .ignore {
    font-size: 1.1em;
}

.postbody h3.first {
    /* The first post on the page uses this */
    font-size: 1.7em;
}

.postbody h3 {
    /* Postbody requires a different h3 format - so change it here */
    font-size: 1.5em;
    padding: 2px 0 0 0;        // Change to padding: 0 0 0 2px;
    margin: 0 0 0.3em 0 !important;        // Change to margin: 0 0.3em 0 0 !important;
    text-transform: none;
    border: none;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    line-height: 125%;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
    /* Also see tweaks.css */
    margin: 5px 0 10px 0;        // Change to margin: 0 10px 0 5px;
    min-height: 80px;
    color: #666666;
    border-left: 1px solid #FFFFFF;        // Change to border-right: 1px solid #FFFFFF;
    width: 22%;        // Change to width: 18%;
    float: right;        // Change to float: left;
    display: inline;
}
.pm .postprofile {
    border-left: 1px solid #DDDDDD;        // Change to border-right: 1px solid #DDDDDD;
}

.postprofile dd, .postprofile dt {
    line-height: 1.2em;
    margin-left: 8px;        // Change to margin-right: 8px;
}  
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
Post Reply