Dear MYBB ES, i am born spanish but live in denmark, I am born here but I havnt got to learn spanish yet
my mom is spanish my dad is danish,, So I hope i am welcome here.. well I have a problem,, I am trying to fix my avatar like MYBB-ES.COM... but I cant seem to solve this, I have tried for hours...
Here is an image:
Here is my code For Global.css:
Código:
.postbit-avatar {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px
background-color: #DDDDDD;
border: 1px solid #BEBEBE;
padding: 4px;
}
.postbit-avatar:hover {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.postbit-box {
background: url(forum/images/usertitle_effect.png) repeat-x scroll left bottom #FFFFFF;
border-radius: 5px 5px 5px 5px;
box-shadow: 0pt 0pt 1em #B6B6B6;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
margin-bottom: 3px;
padding: 7px 10px 5px;
text-align: justify;
width: 85%;
color: #999;
text-shadow: 1px 1px 0 white;
}
.postbit-iconbox {
font-weight: bold;
font-size: 15px;
background: url(forum/images/usertitle_effect.png) repeat-x scroll left bottom #FFFFFF;
color: #000;
padding: 2px 2px 2px 2px;
border: 1px solid #bababa;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.postbit-iconbox:link, .postbit-iconbox:visited {
color: #000;
text-decoration: none;
}
.postbit-iconbox:hover {
color: #007ecf;
text-decoration: none;
border: 1px solid #777;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.postbit-iconbox:active {
color: #007ecf;
text-decoration: none;
border: 1px solid #777;
}
.box-avatar {
background-image: url(forum/images/post_avatar_cerceve.png);width: 94px;height: 94px;background-position: center center;background-repeat: no-repeat;padding: 10px;
.ForumBaslik {
background: none ;
}
Postbit_Avatar & Postbit_user_author
Código:
<div align="center"><div class="postbit-box">
<strong>{$lang->postbit_posts}</strong> {$post['postnum']}
{$post['replink']}{$post['warninglevel']}<br />
<strong>{$lang->postbit_joined}</strong> {$post['userregdate']}
</div></div>
For Image: Add This in Postbit_avatar to make it SHINE when hover over:
Código:
<div class="postbit-avatar"></div>
If someone could assist me on here, Its my first time asking for help, even I have registered long ago, so i trully hope it can be solved.. THANK U!