Kod: Tümünü seç
# -----[ AÇ ]-----
styles/prosilver/theme/content.css
# -----[ BUL ]-----
.postbody {
padding: 0;
line-height: 1.48em;
color: #333333;
width: 76%;
float: left;
clear: both;
}
# -----[ BUNUNLA DEĞİŞTİR ]-----
.postbody {
padding: 0;
line-height: 1.48em;
color: #333333;
width: 76%;
float: right;
clear: both;
}
# -----[ BUL ]-----
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
border-left: 1px solid #FFFFFF;
width: 22%;
float: right;
display: inline;
}
# -----[ BUNUNLA DEĞİŞTİR ]-----
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
border-right: 1px solid #FFFFFF;
width: 22%;
float: left;
display: inline;
}
# -----[ BUL ]-----
.online {
background-image: none;
background-position: 100% 0;
background-repeat: no-repeat;
}
# -----[ BUNUNLA DEĞİŞTİR ]-----
.online {
background-image: none;
background-position: 0 0;
background-repeat: no-repeat;
}