Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Last poster avatar on trow background

$
0
0
Preview (DEMO)
[Image: 9s27S0z.png]



STEP 1:Install last poster avatar - Download

STEP 2:Add this in global.css
.trow1{
    overflow: hidden;
}

.trow2{
[color=#111111][size=small][font=Monaco, Consolas, Courier, monospace]    overflow: hidden;[/font][/size][/color]
}

STEP 3:Go at avatarep.css  find the following code
.avatarep_img, .avatarep_bg{padding: 3px;border: 1px solid #D8DFEA;width: 40px;height: 40px;border-radius: 50%;opacity: 0.9;margin: auto;float: left}

And replace it with this

.avatarep_img, .avatarep_bg{
	overflow: visible;
    display: block;
    height: 50px;
    width: 65px;
    position: absolute;
    top: -10px;
    right: -211px;
    border-radius: 50%;
    opacity: .15;
    pointer-events: none;}

Viewing all articles
Browse latest Browse all 690

Trending Articles