I just want to know if it's possible and how ^^
Thanks in advance!
-------------------------------------------------------------------------------------------------------------------------

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;
}