Width phpbb3 you can add this css
- Code:
ul.navlinks {
top: -1px;
border-radius: 0px 0px 0px 10px;
right: 10px;
position: absolute;
}
ul.navlinks:hover {box-shadow: 0px 0px 6px white;}
ul.navlinks img {opacity: 0.7; background: white;}
ul.navlinks img:hover {opacity: 1;}
That is one option, but not stay the same, the other thing you could do is add html codes to announces
- Code:
<style>
.uLikA {
padding: 10px;
position: absolute;
top: -1px;
background: #292929;
width: 100%;
left: -1px;
right: -1px;
}
.ulikatable {width: 100%; margin: auto;}
.forumnameayax {
font-weight: bold;
font-size: 30px;
}
</style>
<div class="uLikA>
<table class="aulikatable"><td><div class="forumnameayax">FORUM NAME</div></td><td><a href="/forum">Forum</a>|<a href="/portal">Portal</a>|<a href="/gallery">Gallery</a><a href="/profile?mode=editprofile">Profile</a></td></table>
</div>
That is another option but has limitations, such as ... to the "New message", register, login, logout, depending on the user states.
It is best to have versions template editing, you can add anything knowing HTML