MyBB Community Forums

Full Version: Styling the appearance of rank in threads / posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I was trying to slightly change the appearance of ranks in posts by using the Groupimage to label text plugin, on a similar one in the attachment but I got stuck in place

[attachment=41799]

.gid {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.gid_4 {
    font-size: 10px;
    color: #FFF;
    background: #ff0000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
I would love to help, but I have no idea what you're talking about

Explain it to me as if I was a 5 year old child; then maybe we can resolve your problem?