Quote:
Originally Posted by Golzarion
Yes. It is not compatible with Right-to-Left forums ...
|
ok. to fix it for Right-to Left languages forums , just the step 2 will be a little different :
Step 2.
Edit
vbulletin.css (inside CSS templates)
add this code at the very bottom
Code:
.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
left:0px;
padding-right: 12px;
padding-top: 8px;
padding-left: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: 85px;
width:320px;
color:#FFFFFF;
background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
font: 12px verdana;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-top-right: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-radius-top-left: 0px;
-moz-border-topright-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-topleft-radius: 0px;
-webkit-border-top-left-radius: 0px;
}
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
@
ViciousCode : You created the nice mod specially for vB4 . please add this codes at the first post for Right-to-Left forums.
thx.